Other Type Aliases
The following type aliases are available globally.
-
A route and its index in a
RouteResponsethat 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
NavigationServiceDelegateprotocol.Declaration
Swift
public typealias ContainerViewController = UIViewController & NavigationComponent
Install in Dash
Other Type Aliases Reference