WYPopoverController icon indicating copy to clipboard operation
WYPopoverController copied to clipboard

iOS8 UIAlertController hides behind WYPopoverController

Open VrasidasP opened this issue 10 years ago • 2 comments

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 avatar Nov 05 '14 21:11 VrasidasP

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

VrasidasP avatar Apr 09 '15 08:04 VrasidasP

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.

PatrickNLT avatar Aug 06 '15 15:08 PatrickNLT