文件名称:TFTableDescriptor:支持动态单元格高度的iOS库简单表描述符
文件大小:411KB
文件格式:ZIP
更新时间:2024-06-06 17:24:15
Objective-C
TFTable描述符 文献资料 快速使用 TFTableDescriptor表允许您描述内容的组装方式。 TFTableDescriptor *table = [TFTableDescriptor descriptorWithTable: self .tableView]; TFSectionDescriptor *section; TFRowDescriptor *row; section = [TFSectionDescriptor descriptorWithTag: TableSectionTagStaticRows title: @" Section with static rows " ]; section.sectionClass = [MyHeaderView class ]; row = [TFRowDescriptor descriptorWithRowClass: