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
This seems to be an iOS bug. If you present a VC from a UIAlertController it actually repositions the alert controller, breaking it. When you leave the feedback UI you find the last screen you were on in a broken state.
Why are we presenting from a UIAlertController at all, you ask? We present from whatever the topmost view controller is, in order for the Feedback UI to get displayed. It doesn't know, nor care, that it's an alert controller specifically.
I wonder if there's a presentation context tweak that can be done to fix this, or something?
The text was updated successfully, but these errors were encountered:
This seems to be an iOS bug. If you
present
a VC from aUIAlertController
it actually repositions the alert controller, breaking it. When you leave the feedback UI you find the last screen you were on in a broken state.Why are we presenting from a
UIAlertController
at all, you ask? We present from whatever the topmost view controller is, in order for the Feedback UI to get displayed. It doesn't know, nor care, that it's an alert controller specifically.I wonder if there's a presentation context tweak that can be done to fix this, or something?
The text was updated successfully, but these errors were encountered: