头条优化
This commit is contained in:
@@ -644,9 +644,9 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
}];
|
||||
CGFloat height = 70;
|
||||
if (iPhoneXSeries) {
|
||||
height = 70;
|
||||
height = 100;
|
||||
} else {
|
||||
height = 50;
|
||||
height = 80;
|
||||
}
|
||||
[self.messageContainerView mas_remakeConstraints:^(MASConstraintMaker *make) {
|
||||
make.height.mas_equalTo(height);
|
||||
|
Reference in New Issue
Block a user