Type Aliases
The following type aliases are available globally.
-
The Identifier to use for a
Routable.Declaration
Swift
public typealias ScreenIdentifier = String -
A navigation route.
Declaration
Swift
public typealias Route = [ScreenIdentifier] -
A view controller that is routable.
Declaration
Swift
public typealias RoutableViewController = Routable & UIViewController -
Closure called when a full navigation is completed.
Declaration
Swift
public typealias RoutingCompletion = () -> ()
View on GitHub
Type Aliases Reference