Open wfkbyni opened 9 years ago
已经实现了,只需3部:
2.1 cell自适应步骤1
[self.tableView startAutoCellHeightWithCellClass:“cell类名” contentViewWidth:“contentview宽度”];
return _rowCount; }
2.2 cell自适应步骤2
return [self.tableView cellHeightForIndexPath:indexPath model:“model” keyPath:@"model属性名"]; }
如果能够更简洁的话, 就更好了。
详细可以查看 SDAutoLayout 视频教程:http://www.letv.com/ptv/vplay/24038772.html
SDAutoLayout的cell高度自适应完成进一步升级:一行代码(一步设置)搞定tableview的cell高度自适应,同时适用于单cell和多cell
请问,现在如何一步设置cell高度自适应呢
你们这些伸手党,有了文档和视频教程还看不懂吗。
已经实现了,只需3部:
2.1 cell自适应步骤1
[self.tableView startAutoCellHeightWithCellClass:“cell类名” contentViewWidth:“contentview宽度”];
return _rowCount; }
2.2 cell自适应步骤2
return [self.tableView cellHeightForIndexPath:indexPath model:“model” keyPath:@"model属性名"]; }