修改了礼物面板刘海屏幕的适配
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
[self.giftCountView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.right.mas_equalTo(-15);
|
||||
make.bottom.mas_equalTo(self.superview.superview.mas_bottom).offset(-45);
|
||||
make.bottom.mas_equalTo(self.superview.superview.mas_bottom).offset(-45 -kSafeAreaBottomHeight);
|
||||
make.width.mas_equalTo(135);
|
||||
}];
|
||||
}
|
||||
|
Reference in New Issue
Block a user