STRUCT
ViewDidDisappearEvent¶
public struct ViewDidDisappearEvent: WorkflowUIEvent, Equatable
Event emitted from a WorkflowUIViewController’s viewDidDisappear method.
Properties¶
viewController¶
public let viewController: UIViewController
animated¶
public let animated: Bool