UIViewController

  • Present a view controller using a modal presentation.

    Declaration

    Swift

    public func presentModal(_ viewController: UIViewController, animated: Bool, completion: (() -> Void)?)