Closed RennanAlves closed 9 years ago
In the function showAlert isn't better to set the "window" (line 253) constant to "UIApplication.sharedApplication().keyWindow?.subviews.last"?
In my application, if I set the "keyWindow" to .first, the alert will be put in the back of a ViewController that is presented modally.
I was facing the same problem...
Same here :(
same problem
@RennanAlves @junstor @alexperezpaya Can anyone please confirm. I have resolved the issue
Please reopen if you get issue again. Closing for now.
In the function showAlert isn't better to set the "window" (line 253) constant to "UIApplication.sharedApplication().keyWindow?.subviews.last"?
In my application, if I set the "keyWindow" to .first, the alert will be put in the back of a ViewController that is presented modally.