UIViewController

class UIViewController : UIResponder, NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment

////////////////////// UIViewController Extension

  • Undocumented

    Declaration

    Swift

    @objc
    open func open(_ name: String, _ parameters: [String : Any] = [:], storyboardName: String = "Main")
  • Undocumented

    Declaration

    Swift

    @objc
    open func pop(_ animated: Bool = true, _ toRoot: Bool = false)
  • Undocumented

    Declaration

    Swift

    @objc
    open func openUrl(_ url: String, _ escape: Bool = false)