UINavigationController

public extension UINavigationController
  • Root view controller

    Declaration

    Swift

    var rootViewController: UIViewController { get }
  • Pushes view controller animated

    Declaration

    Swift

    func pushViewController(_ viewController: UIViewController)
  • Pops view controller animated

    Declaration

    Swift

    func popViewController()

Completion