Contents

viewDidDisappear(_:)

Performs some action after the view disappears.

Declaration

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

Parameters

  • animated:

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

See Also

Responding to view controller events