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.
Performs some action after the view disappears.
@MainActor override dynamic func viewDidDisappear(_ animated: Bool)A Boolean value that indicates whether the view disappears using an animation.