文件名称:UITableViewHelper:tableview链式实现数据源的代理
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-04 02:57:20
Objective-C
UITableViewHelper tableview链式实现数据源跟代理 使用说明: __weak __typeof (&*self)weakSelf = self; [weakSelf.tableview configureHelper: ^ (UITableViewProtocolHelper *helper) { helper. bindTableView (weakSelf. tableview , [UITableViewCell class ], NO , @" cell " ). heightForRow (^ CGFloat ( NSIndexPath *indexPath) { return 50 ; }). sectionsNumber (^ NSInteger {
【文件预览】:
UITableViewHelper-master
----UITableViewHelper()
--------Assets.xcassets()
--------main.m(347B)
--------UITableView+ProtocolConfigure.m(862B)
--------UITableViewProtocolHelper.m(4KB)
--------AppDelegate.h(290B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------UITableView+ProtocolConfigure.h(420B)
--------UITableViewProtocolHelper.h(2KB)
--------ViewController.h(228B)
--------Info.plist(1KB)
--------ViewController.m(2KB)
----README.md(772B)
----UITableViewHelperUITests()
--------UITableViewHelperUITests.m(1KB)
--------Info.plist(680B)
----UITableViewHelper.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(23KB)
--------xcuserdata()
----UITableViewHelperTests()
--------UITableViewHelperTests.m(942B)
--------Info.plist(680B)