// 预估高度
tableView.estimatedRowHeight = 200
// 自动调整
tableView.rowHeight = UITableViewAutomaticDimension
// 去除分割线
tableView.separatorStyle = UITableViewCellSeparatorStyle.None
// 预估高度
tableView.estimatedRowHeight = 200
// 自动调整
tableView.rowHeight = UITableViewAutomaticDimension
// 去除分割线
tableView.separatorStyle = UITableViewCellSeparatorStyle.None
本文标题:字条调整宽高
本文链接:https://www.haomeiwen.com/subject/mtpwdttx.html
网友评论