純屬個人記錄
習(xí)慣在xib中使用autolayout绍豁,要實(shí)現(xiàn)tableViewCell自適應(yīng)只需兩句代碼:
self.tableView.estimatedRowHeight = 80.0 //設(shè)置一個默認(rèn)高度
self.tableView.rowHeight=UITableViewAutomaticDimension ?//開啟自適應(yīng)
純屬個人記錄
習(xí)慣在xib中使用autolayout绍豁,要實(shí)現(xiàn)tableViewCell自適應(yīng)只需兩句代碼:
self.tableView.estimatedRowHeight = 80.0 //設(shè)置一個默認(rèn)高度
self.tableView.rowHeight=UITableViewAutomaticDimension ?//開啟自適應(yīng)