PHP中文网2017-04-17 17:37:49
func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat {
return 146
}
巴扎黑2017-04-17 17:37:49
Regarding the row height of the cell, there are 4 ways to set it:
1. Use the rowHeight attribute:
2. Use the proxy method:
3. Use self-sizing#🎜🎜 #4. Use code calculation