TableKit.m:使用基于块的语法创建表格视图

时间:2024-08-12 06:09:45
【文件属性】:

文件名称:TableKit.m:使用基于块的语法创建表格视图

文件大小:328KB

文件格式:ZIP

更新时间:2024-08-12 06:09:45

Objective-C

TableKit.m 使用基于块的语法创建表格视图。 这个库是从提取的。 安装 将TableKit目录复制到您的项目中。 或者用Cocoapods pod 'TableKit.m', :git => "https://github.com/brunow/TableKit.m", :tag => "0.1.0" 示例代码 self.tableModel = [TKListTableModel tableModelForTableView:self.tableView]; self.tableView.dataSource = self.tableModel; self.tableView.delegate = self.tableModel; [TKCellMapping mappingForObjectClass:[Item class] block:^(TKCellMappin


网友评论