1. 程式人生 > >tableview動態cell高度動態label高度

tableview動態cell高度動態label高度

        self.tableView.estimatedRowHeight = 44.0
        self.tableView.rowHeight = UITableView.automaticDimension

設定表格動態高度

storyboard中設定label的lines為0

storyboard中設定自動佈局top,left,right,bottom 重點不需要設定高度,因為高度會自動計算出來,這時候在storyboard中看起來有點怪,沒關係的。