Skip to content

STRUCT

ViewWillDisappearEvent

public struct ViewWillDisappearEvent: WorkflowUIEvent, Equatable

Event emitted from a WorkflowUIViewController’s viewWillDisappear method.

Properties

viewController

public let viewController: UIViewController

animated

public let animated: Bool