处理好评论了
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
make.left.equalTo(self.userNameLabel);
|
||||
make.top.equalTo(self.timeLabel.mas_bottom).offset(8);
|
||||
make.right.equalTo(self.contentView).offset(-50);
|
||||
make.bottom.equalTo(self.contentView).offset(-12);
|
||||
make.bottom.equalTo(self.contentView).offset(-12).priority(MASLayoutPriorityDefaultHigh);
|
||||
}];
|
||||
|
||||
[self.likeButton mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
|
||||
Reference in New Issue
Block a user