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