PopupView

open class PopupView : RootView

PopupView is used to popup a view on the screen.

Author

Adamas

Version

1.5.0

Date

06/08/2019
  • Initialize the view.

    Declaration

    Swift

    public init(window: UIWindow? = UIApplication.shared.windows.first)

    Parameters

    window

    The window that contains the pop up.

  • Declaration

    Swift

    @objc
    open override func show()
  • Declaration

    Swift

    @objc
    open override func hide()
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)