blob: 426a5a7f281fc722a9a308efc7c86bd8ac0af2c5 [file] [log] [blame]
{
"name": "InfiniteScrollCollectionView",
"version": "0.1.0",
"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. 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": "0.1.0"
},
"social_media_url": "https://twitter.com/tmukammel",
"platforms": {
"ios": "8.0"
},
"source_files": "InfiniteScrollCollectionView/Classes/**/*",
"pushed_with_swift_version": "3.0.2"
}