ScrollKit is a library to manage your UICollectionView and UITableView data.
Look at pagination example.
- iOS 9.0+
- Xcode 8.0+
- If you want to contribute please feel free to submit pull requests.
- If you have a feature request please open an issue.
Follow these 3 steps to run Example project: clone ScrollKit repository, open ScrollKit workspace and run the Example project.
CocoaPods is a dependency manager for Cocoa projects.
To install ScrollKit, simply add the following line to your Podfile:
pod 'ScrollKit'
Carthage is a simple, decentralized dependency manager for Cocoa.
To install ScrollKit, simply add the following line to your Cartfile:
github "artbobrov/ScrollKit"