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