blob: 2518dcdd4a905811d1864f75cbccf46994e18d7d [file] [log] [blame]
{
"name": "InfiniteScrollCollectionView",
"version": "1.1",
"summary": "A Infinite horizontal scrolling collectionView.",
"description": "Create a infinitely scrolling horizontal collection view.\nLimitations:\n1. Total number of items in the collection view should sum to a width greater than or equal to width of collection view.\n2. There will be repeating (one less than number of elements occupy the collection view bounds.width <N>) elements on both ends of data source array. To the begning N elements will be added from the end and at the end N elements will be added from the begning. So in identifying the elements please use some mechanism.\nHow To:\n1. Add InfiniteScrollCollectionView in Storyboard or initWithFrame.\n2. Set 'infiniteScrollDelegate'.\n3. Call 'prepareDataSourceForInfiniteScroll' with data array.\n4. Call 'setInitialOffset' on viewDidAppear.\n5. Implement 'uniformItemSizeInCollectionView' of InfiniteScrollCollectionViewDelegatge.\n6. Call 'infiniteScrollViewDidScroll' from 'scrollViewDidScroll' of this collectionView's delegate.\n\nThats it. Enjoy!",
"homepage": "https://github.com/tmukammel/InfiniteScrollCollectionView",
"screenshots": "https://dl.dropboxusercontent.com/s/j61j4mfohp8k6ry/IMG_0965.PNG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Twaha Mukammel": "t.mukammel@aol.com"
},
"source": {
"git": "https://github.com/tmukammel/InfiniteScrollCollectionView.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/tmukammel",
"platforms": {
"ios": "8.0"
},
"source_files": "InfiniteScrollCollectionView/Classes/**/*",
"pushed_with_swift_version": "3.0.2"
}