DefaultNavigationController
@MainActor
public final class DefaultNavigationController<UserInteractionType, DestinationType, ContentType, TabType, InteractorType> : UINavigationController, NavigationControllerDestinationInterfacing where UserInteractionType : UserInteractionTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable
Undocumented
-
Declaration
Swift
public typealias Destination = DefaultNavigationControllerDestination<UserInteractionType, DestinationType, ContentType, TabType, InteractorType> -
Declaration
Swift
public typealias InteractorType = InteractorType -
Declaration
Swift
public typealias UserInteractionType = UserInteractionType -
Undocumented
Declaration
Swift
public typealias ControllerType = DefaultNavigationController -
Declaration
Swift
@MainActor public var destinationState: NavigationDestinationInterfaceState<Destination> -
Undocumented
Declaration
Swift
@MainActor public init(destination: Destination)
View on GitHub