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

Way slower than UIAlertController #297

Closed zsong closed 5 years ago

zsong commented 5 years ago

PopupDialog takes about 5 seconds to show up the alert. UIAlert shows instantly.

mwfire commented 5 years ago

Hi @zsong, did you check the example project that comes with the PopupDialog repo? Can you reproduce the issue there? Please also provide a small example project showcasing the issue, as I can not reproduce this so far. Thx!