1
This commit is contained in:
@@ -115,8 +115,8 @@ static void KBSkinInstallNotificationCallback(CFNotificationCenterRef center,
|
||||
[self.view addSubview:self.functionView];
|
||||
[self.functionView 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).offset(0);
|
||||
}];
|
||||
|
||||
[self.view addSubview:self.keyBoardMainView];
|
||||
|
||||
Reference in New Issue
Block a user