Various iPad fixes

This commit is contained in:
Ilya Laktyushin
2022-08-15 21:18:56 +03:00
parent 0b791a5579
commit a1e2dd0b0e
8 changed files with 58 additions and 4 deletions

View File

@@ -239,7 +239,7 @@
if (_keyboardHeight > 0.0) {
backgroundHeight += _keyboardHeight - edgeInsets.bottom;
}
_backgroundView.frame = CGRectMake(edgeInsets.left, y, frame.size.width, backgroundHeight);
_backgroundView.frame = CGRectMake(edgeInsets.left, y, frame.size.width, backgroundHeight + 1.0);
}
@end