ScreenTabsAction
public struct ScreenTabsAction<
Container: UIViewController,
Output: UITabBarController
>: ScreenAction
Retrieves the nearest ancestor in the container hierarchy that is a tabs container.
-
Creates an action.
Declaration
Swift
public init()
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )