You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: