1
This commit is contained in:
@@ -127,8 +127,8 @@ static void KBSkinInstallNotificationCallback(CFNotificationCenterRef center,
|
||||
[self.view addSubview:self.keyBoardMainView];
|
||||
[self.keyBoardMainView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.right.equalTo(self.view);
|
||||
make.top.equalTo(self.view).offset(outerVerticalInset);
|
||||
make.bottom.equalTo(self.view.mas_bottom).offset(-outerVerticalInset);
|
||||
make.top.equalTo(self.view).offset(0);
|
||||
make.bottom.equalTo(self.view.mas_bottom).offset(-0);
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user