2 "name": "InfiniteScrollCollectionView",
4 "summary": "A Infinite horizontal scrolling collectionView.",
5 "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!",
6 "homepage": "https://github.com/tmukammel/InfiniteScrollCollectionView",
7 "screenshots": "https://dl.dropboxusercontent.com/s/j61j4mfohp8k6ry/IMG_0965.PNG",
13 "Twaha Mukammel": "t.mukammel@aol.com"
16 "git": "https://github.com/tmukammel/InfiniteScrollCollectionView.git",
19 "social_media_url": "https://twitter.com/tmukammel",
23 "source_files": "InfiniteScrollCollectionView/Classes/**/*",
24 "pushed_with_swift_version": "3.0.2"