0
當detailText大於3行時,tableViewCell的標題標籤始終被剪切掉,而detailText僅部分顯示。我已設置rowHeight
和estimatedRowHeight
,但結果保持不變。TableViewController不顯示完整內容
override func viewDidLoad() {
super.viewDidLoad()
self.tableView.rowHeight = UITableViewAutomaticDimension
self.tableView.estimatedRowHeight = UITableViewAutomaticDimension
//self.tableView.estimatedRowHeight = 100
}
如何TableViewController
看起來應該
成果
你有這個功能'FUNC的tableView(的tableView:UITableView的,heightForRowAtIndexPath indexPath:NSIndexPath)'? –