TableView之自适应cell高度

作者: spectatorNan | 来源:发表于2016-05-10 17:32 被阅读340次

    Masonry 自适应cell高度

    首先设置

    self.tableView.estimatedRowHeight = xx;
    

    self.tableView.rowHeight = UITableViewAutomaticDimension;
    

    然后在自定义cell中设置底部约束就可以了

    相关文章

      网友评论

      • spectatorNan:因为这个就两句话搞定了。所以没写demo。只贴出两段代码。
      • e544050e1ef3:请问有demo么

      本文标题:TableView之自适应cell高度

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