ScreenMakeVisibleAction
public struct ScreenMakeVisibleAction<Container> : ScreenAction where Container : UIViewController
Undocumented
-
Declaration
Swift
public typealias Output = Void
-
Undocumented
Declaration
Swift
public let stackAnimation: ScreenStackAnimation?
-
Undocumented
Declaration
Swift
public let tabsAnimation: ScreenTabAnimation?
-
Undocumented
Declaration
Swift
public let dissmissAnimated: Bool
-
Undocumented
Declaration
Swift
public init( stackAnimation: ScreenStackAnimation? = .default, tabsAnimation: ScreenTabAnimation? = nil, dissmissAnimated: Bool = true )
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )