VBCollectionViewController 0.4.1

VBCollectionViewController 0.4.1

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
 

  • By
  • Valeriy Bezuglyy

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.

How to install

Use CocoaPods

pod 'VBCollectionViewController'

or

Drag VBCollectionViewController dir into your project.

License

VBCollectionViewController is available under the MIT license. See the LICENSE file for more info.