Contents

viewDidDisappear()

Notifies the view controller that its view is about to be removed from a view hierarchy.

Declaration

@MainActor @preconcurrency override dynamic func viewDidDisappear()

Discussion

The view controller uses this method to remove its interface configurations.

See Also

Managing the view