TableView Documentation

Classes

Automatic​Dimension

自动计算高度对象 主要集中处理关联对象内容

Table​View.​Data​Source

代理和数据源 如果想自定义或者实现UITableViewDataSource|UITableViewDelegate其他协议方法 请继承重写

Table​View

一个表格的数据源 可以快速搭建基于UITableView的列表或者复杂的UI界面,支持高度自动计算,自动缓存高度,便捷的高度刷新。

Table​View.​Group

表格的Group对象

Table​View.​Cell

Group添加Cell配置

Table​View.​Header​Footer

Group中对应的Header或者Footer的配置

Structures

Automatic​Dimension.​Constraints

设置自动计算高度底部视图的约束条件

Protocols

Automatic​Dimension​Cell

自动计算高度协议 如果想让UITableViewCell支持自动计算高度,则需要实现AutomaticDimensionCell协议