cell 中的布局确保最上部的控件和最下部的控件分别对上部和下部起了约束作用。
make.top.mas_equalTo(self.contentView);
make.bottom.mas_equalTo(self.contentView).mas_offset(-10);
还要设置tableview的预算高度
cell 中的布局确保最上部的控件和最下部的控件分别对上部和下部起了约束作用。
make.top.mas_equalTo(self.contentView);
make.bottom.mas_equalTo(self.contentView).mas_offset(-10);
还要设置tableview的预算高度