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

Speed-up showing PopupDialog possible? #359

Open sabiland opened 4 years ago

sabiland commented 4 years ago

Is it possible to speed-up presenting PopupDialog?

pallik commented 3 years ago

DynamicBlur is rendering even when blurEnabled is set to false via PopupDialogOverlayView.appearance() proxy. It's in PresentationController.containerViewWillLayoutSubviews() method - calling overlay.blurView.refresh().