使用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