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
animated
flag set accordingly.See
seeDismissingUIAction
for usage example.Declaration
Swift
public static func animated(_ animated: Bool) -> DismissUIInput