Type Aliases
The following type aliases are available globally.
-
On watchOS,
WKInterfaceController
is considered to be a ViewController, that can participate in navigation and routing. -
On iOS and tvOS,
UIViewController
is considered to be a ViewController, that can participate in navigation and routing.Declaration
Swift
public typealias ViewController = UIViewController
-
Undocumented
Declaration
Swift
public typealias ViewBuilder = ViewControllerBuilder