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

Present in within a UIVIEW subclass #303

Closed cesarmtz93 closed 5 years ago

cesarmtz93 commented 5 years ago

is there a way in which I can present the pop from within a subclass of UIView without calling the parent controller in a delegate?