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