We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using normal UIAlertController popover there is possibility to: (so when popover is visible on ipad, taps on navigation bar items do not react)
Helper.runAsyncMain { ac.popoverPresentationController?.passthroughViews = nil }
I don't see possibility to do this with ActionSheetPicker ?
The text was updated successfully, but these errors were encountered:
There is no recent activity for this issue. This issue has been closed as stale. Feel free to leave a comment below, if it's still actual.
Sorry, something went wrong.
@sabiland please update to the latest library version and let us know if it solves your problem or not.
No branches or pull requests
When using normal UIAlertController popover there is possibility to:
(so when popover is visible on ipad, taps on navigation bar items do not react)
I don't see possibility to do this with ActionSheetPicker ?
The text was updated successfully, but these errors were encountered: