self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 80.;
当然了,cell必须约束好。
不多说,上代码!!!
cell内若是放置了textView之类的控件记得使其不可滚动!
self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 80.;
当然了,cell必须约束好。
不多说,上代码!!!
cell内若是放置了textView之类的控件记得使其不可滚动!