Skip to content
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

iOS8 UIAlertController hides behind WYPopoverController #25

Open
VrasidasP opened this issue Nov 5, 2014 · 2 comments
Open

iOS8 UIAlertController hides behind WYPopoverController #25

VrasidasP opened this issue Nov 5, 2014 · 2 comments

Comments

@VrasidasP
Copy link

In iOS 8, if you show an alert with UIAlertController while there is a WYPopoverController in the center of the screen, the WYPopoverController will be obstructed by the alert (as in the screenshot).

I tried presenting the UIAlertController from the keyWindow but the result is the same, the WYPopoverController is on top of everything.

Any ideas how to fix this?
(I have already asked this on the nicolaschengdev master, and tried this newer fork to see if this problem persists, and it does)

tttt

@VrasidasP
Copy link
Author

Hello!
Any updates on this?
UIAlertView works fine, but it's deprecated now.

@PatrickNLT
Copy link

Hey, I noticed that presenting the UIAlertController directly from the content view controller of the popover prevents this issue from happening. Then you get a warning (see #74), but for now it's working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants