文件名称:DLTableView:以声明方式编写 UITableView 代码
文件大小:48KB
文件格式:ZIP
更新时间:2024-07-25 14:54:53
Objective-C
使用 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
----.gitignore(495B)
----Example()
--------Example()
--------ExampleTests()
--------Example.xcodeproj()
----LICENSE(1KB)
----Library()
--------DLCellItem()
--------DLSectionItem()
--------DLTableView()
----README.md(1KB)