测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最新发布 | 2016年5月 |
由 Valeriy Bezuglyy 维护。
依赖 | |
WZProtocolInterceptor | ~> 0.1 |
VBException | ~> 1.0 |
VBAutolayout | ~> 2.0 |
UIKit+VBProgrammaticCreation | ~> 1.0 |
VBTableViewController 通过添加分页、下拉刷新和其他有用功能扩展了 UITableViewController。
VBTableViewCell 是单元格的基础类。每个单元格只包含适当的 VBTableViewCellView 作为子视图。其想法是通过设置其项目属性(这会调用 updateUI)来设置 VBTableViewCellView 的 UI。
VBTableViewHeader 与 VBTableViewCell 使用相同的思想。
使用 CocoaPods
pod 'VBTableViewController'
或者
将 VBTableViewController 目录拖入您的项目中。
VBTableViewController 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。