处理ios18从其他app用自己键盘 拉起主app的bug
其他问题
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
[self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.centerX.equalTo(self.cardImageView);
|
||||
make.top.equalTo(self.cardImageView).offset(84);
|
||||
make.top.equalTo(self.cardImageView).offset(KBFit(95));
|
||||
}];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user