DLTableView:以声明方式编写UITableView代码
使用DLTableView表视图代码可以以声明方式编写。它还解决了与表视图相关的以下问题。有条件地隐藏单元格和部分。保持数据源索引路径与委托同步的心理负担。它还减少了需要创建的UITableViewCells的数量。通常可以使用一些基本单元类来呈现页面。使用示例[ self .tableView registerClass: [UITableViewCell class ] forCellReuseIdentifier: @" UITableViewCell " ]; // Each cell is represented by a DLCellItem. // Each section of the table view is represented by a DLSectionItem, containing the cel
文件列表
DLTableView-master.zip
(预估有个59文件)
DLTableView-master
.gitignore
495B
Example
Example
main.m
341B
AppDelegate.h
284B
Views
LabelCell.m
3KB
LabelCell.h
1KB
DrawView.h
173B
暂无评论