---
title: "viewDidDisappear(_:)"
framework: imageplayground
role: symbol
role_heading: Instance Method
path: "imageplayground/imageplaygroundviewcontroller/viewdiddisappear(_:)"
---

# viewDidDisappear(_:)

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

## Declaration

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

## Discussion

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