美文网首页
自适应cell

自适应cell

作者: 00d1ed2b53ae | 来源:发表于2018-12-28 17:02 被阅读15次
    • 设置tableview属性
      self.tableView.estimatedRowHeight = 666;
      self.tableView.rowHeight = UITableViewAutomaticDimension;
      然后用约束将cell内部撑满

    • 事先计算高度
      用heightForRow分别去取

    相关文章

      网友评论

          本文标题:自适应cell

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