答案 0 :(得分:11)
答案 1 :(得分:1)
您可以设置自定义行高示例添加;
func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat
{
return 100.0;//Your custom row height
}
答案 2 :(得分:1)
答案 3 :(得分:0)
使用tableview的委托并设置heightforrowatindexpath方法。