This commit is contained in:
2025-11-27 20:05:39 +08:00
parent 8f16250cbe
commit 3144315de5
8 changed files with 59 additions and 23 deletions

View File

@@ -62,11 +62,8 @@ typedef NS_ENUM(NSInteger, KBGuideItemType) {
make.left.right.equalTo(self.view);
make.height.mas_equalTo(52);
//
if (@available(iOS 11.0, *)) {
self.inputBarBottom = make.bottom.equalTo(self.view.mas_safeAreaLayoutGuideBottom);
} else {
self.inputBarBottom = make.bottom.equalTo(self.view);
}
}];
[self.textField mas_makeConstraints:^(MASConstraintMaker *make) {