我正在尝试为TableView
创建一个custom TableView cell
multiple XIB
Image
,Text + Video
另一个dynamic height
。但必须为界面中的XIB预定义高度。
那么如何使用{{1}}为我的UITableViewCell提供XIB?
答案 0 :(得分:3)
在viewDidLoad
:
yourTableView.estimatedRowHeight = yourTableViewCellHeight
yourTableView.rowHeight = UITableViewAutomaticDimension