• Stars
    star
    272
  • Rank 151,235 (Top 3 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JGTransitionCollectionView

=================================

A iOS swift base collectionview with unique animation feature inspired from behance made using UICollectionView. https://www.behance.net/gallery/13691641/GIF-Abracadabra-App

alt tag

Installation

Copy all the files form JGTransitionCollectionView/classes folder. 
Assign class JGTransitionCollectionView to UICollectionView from storyboard

Usage

Simply use it as normal collection view by calling its delegate and datasource methods

Assign datasource array self.collView.setDataArray(self.dataSource)

Assign datasource delegate self.collView.jgDatasource = self;

Demo

JGTransitionCollectionView includes a sample project and revelent classes.

Compatibility

  • This project uses swift.
  • This project was tested with iOS 7 & 8.

License

JGTransitionCollectionView is available under the MIT license. See the LICENSE file for more info.