navigation-router-properties
rootViewController
The root UIViewController
object of this router.
public unowned var rootViewController: Controller
rootNavigationController
A convenience method to get the navigation controller of the root view controller.
public var rootNavigationController: UINavigationController?
next
override open var next: UIResponder?