TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2015 |
SPMSupports SPM | ✗ |
Maintained by Daniele Margutti.
To run the example project, clone the repo, and run pod install
from the Example directory first.
CircularScrollView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CircularScrollView"
daniele margutti, [email protected]
When creating paging functionality for your apps, there may be times that an infinite page loop would be desired. For example, if you have a small gallery of photos you are displaying, you may want to swipe through the set and have it start back at the beginning once you reach the end. The user would be able to continue swiping as much as they wanted in one direction to continue to view the content. CircularScrollView allows you to create an endless paginated scrollview; it uses UICollectionView as base class and provide some interesting delegate/datasource methods.
CircularScrollView is available under the MIT license. See the LICENSE file for more info.