VBTableViewController 2.0.1

VBTableViewController 2.0.1

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
 

  • By
  • Valeriy Bezuglyy

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.

How to install

Use CocoaPods

pod 'VBTableViewController'

or

Drag VBTableViewController dir into your project.

License

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