处理好评论了
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
[self.timeLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.equalTo(self.contentLabel);
|
||||
make.top.equalTo(self.contentLabel.mas_bottom).offset(4);
|
||||
make.bottom.equalTo(self.contentView).offset(-8);
|
||||
// 降低优先级,避免与 TableView 设置的固定高度约束冲突
|
||||
make.bottom.equalTo(self.contentView).offset(-8).priority(MASLayoutPriorityDefaultHigh);
|
||||
}];
|
||||
|
||||
[self.likeButton mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
|
||||
Reference in New Issue
Block a user