TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2016 |
Maintained by Valeriy Bezuglyy.
Depends on: | |
WZProtocolInterceptor | ~> 0.1 |
VBException | ~> 1.0 |
VBAutolayout | ~> 2.0 |
UIKit+VBProgrammaticCreation | ~> 1.0 |
VBCollectionViewController extends UICollectionViewController by adding pagination, pull-to-refresh and other useful features.
VBCollectionViewCell is a base class for cells. Each cell contains only apporpriate VBCollectionViewCellView as a subview. The idea is to setup UI of VBCollectionViewCellView by setting its item property (which calls updateUI).
VBCollectionViewHeader uses the same idea as VBCollectionViewCell.
Use CocoaPods
pod 'VBCollectionViewController'
or
Drag VBCollectionViewController dir into your project.
VBCollectionViewController is available under the MIT license. See the LICENSE file for more info.