Other Type Aliases
The following type aliases are available globally.
-
A route and its index in a
RouteResponse
that sorts routes from most optimal to least optimal.Declaration
Swift
public typealias IndexedRoute = (Route, Int)
-
A container view controller is a view controller that behaves as a navigation component; that is, it responds as the user progresses along a route according to the
NavigationServiceDelegate
protocol.Declaration
Swift
public typealias ContainerViewController = UIViewController & NavigationComponent