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(_ animated: Bool)

Discussion

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