美文网首页
UITableViewCell高度自适应小结

UITableViewCell高度自适应小结

作者: ShawMoolan | 来源:发表于2020-01-04 14:14 被阅读0次

    除了加着两条之外

    _tableView.rowHeight = UITableViewAutomaticDimension;
    _tableView.estimatedRowHeight = 100;
    

    在UITableViewCell中的约束也要基于self.contentView。

    相关文章

      网友评论

          本文标题:UITableViewCell高度自适应小结

          本文链接:https://www.haomeiwen.com/subject/sxnxactx.html