Contents

viewWillAppear(_:)

Performs some action before the view appears.

Declaration

@MainActor override dynamic func viewWillAppear(_ animated: Bool)

Parameters

  • animated:

    A Boolean value that indicates whether the view will appear using an animation.

See Also

Responding to view controller events