主题色优化
This commit is contained in:
@@ -233,7 +233,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
|
||||
- (void)initSubViewConstraints {
|
||||
[self.backImageView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.leading.trailing.top.mas_equalTo(self.view);
|
||||
make.height.mas_equalTo(170 + kSafeAreaTopHeight);
|
||||
make.height.mas_equalTo(kGetScaleWidth(223));
|
||||
}];
|
||||
|
||||
[self.navView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
|
Reference in New Issue
Block a user