-
Notifications
You must be signed in to change notification settings - Fork 18
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
UIPopoverPresentationController should have a non-nil sourceView or barButtonItem set before the presentation occurs. #230
Comments
Hi @MathieuAlphamosa |
I'm using the popover presentation style.
I have the error when the user display this screen. |
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Hello!
I'm having the following error popping up from iPad users on my app (via sentry.io)
NSGenericException: UIPopoverPresentationController (<UIPopoverPresentationController: 0x103f0d320>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.
It seems to be related to this: https://stackoverflow.com/a/25644145
The text was updated successfully, but these errors were encountered: