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

Presenting the Feedback UI from any UIAlertController repositions the alert #33

Open
gabek opened this issue Oct 26, 2016 · 0 comments
Open

Comments

@gabek
Copy link
Owner

gabek commented Oct 26, 2016

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?

image

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

1 participant