-
Notifications
You must be signed in to change notification settings - Fork 212
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
Don't manipulate non-app windows #34
Comments
/* |
When i have two windows. One with
the screen becomes black. So i want to ask why is this necessary to hide a key window? After some ivestigation this feature was added in d99e2ec |
IIRC it needs to work properly together with other alert views. For example if you occasionally get some system alert view while showing LGAlertView. Please, attach some demo project with the reproducible issue. If I have time, I will take a look. |
UIAlertController doesn't use separate window for presentation so hiding of key window doesn't resolve issues you mentioned. |
Also this line is causing a black screen appear (window hiding) in iPad. |
The lib always hides my non-app key window that I use for my custom controller in action sheet style that I use for photo picker.
The text was updated successfully, but these errors were encountered: