-
-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActionSheetStringPicker Popover Toolbar Cutoff for iOS 13 on iPads #470
Comments
Any update on this ticket? |
no, didn't check it |
If anyone knows how to reproduce and fix it - please, let me know |
@skywinder As far as I know - popovers are deprecated in iOS 9 and later. Since nobody uses iOS 9 or earlyer versions - I think it is safe to do it like this without conditions for the iOS version. |
@herrchmafi iOS 9 support has been dropped from |
The UIToolbar (in AbstractActionSheetPicker) gets cut off at the top for iOS 13 on iPads. Looking at the view hierarchy, it looks like the parent view placement isn't inset properly (should be positioned under caret).
@skywinder
Thank you for your work!
The text was updated successfully, but these errors were encountered: