Skip to content

VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.

License

Notifications You must be signed in to change notification settings

valnoc/VBTableViewController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBTableViewController

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.

About

VBTableViewController extends UITableViewController by adding pagination, pull-to-refresh and other useful features.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published