头条优化

This commit is contained in:
liyuhua
2024-06-04 10:43:58 +08:00
parent 5d580ccefe
commit a78fbb9c55
9 changed files with 139 additions and 67 deletions

View File

@@ -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);