ScreenSelectTabAction
public struct ScreenSelectTabAction<
Container: UITabBarController,
Output: ScreenContainer
>: ScreenAction
Undocumented
-
Undocumented
Declaration
Swift
public let predicate: ScreenTabPredicate
-
Undocumented
Declaration
Swift
public let animation: ScreenTabAnimation?
-
Undocumented
Declaration
Swift
public init( predicate: ScreenTabPredicate, animation: ScreenTabAnimation? = nil )
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )