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