Masonry实现cell高度自适应

cell 中的布局确保最上部的控件和最下部的控件分别对上部和下部起了约束作用。

  make.top.mas_equalTo(self.contentView);

  make.bottom.mas_equalTo(self.contentView).mas_offset(-10);

还要设置tableview的预算高度

你可能感兴趣的:(Masonry实现cell高度自适应)