标签: ios xcode
答案 0 :(得分:0)
要计算高度,UITableViewCell要依赖单元格的内容,并且要做到这一点,您应该在已添加的按钮上添加约束。
UITableViewCell
或者您应该实现委托方法
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat