DismissUIInput
public struct DismissUIInput : FlintLoggable
The input type for DismissUIAction, which will automatically dismiss a presenter that is a UIViewController
on UIKit platforms.
-
Undocumented
Declaration
Swift
public let animated: Bool -
Create an instance of the dismiss input, with the
animatedflag set accordingly.See
seeDismissingUIActionfor usage example.Declaration
Swift
public static func animated(_ animated: Bool) -> DismissUIInput
View on GitHub
DismissUIInput Structure Reference