Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.96k stars 522 forks source link

Fixed issue with popup dialog appear when app is in background #293

Closed ivulyov90 closed 6 years ago

ivulyov90 commented 6 years ago

I found that UIViewControllerContextTransitioning can't complete as UIViewControllerAnimatedTransitioning animations fails in background. https://github.com/Orderella/PopupDialog/issues/140