---
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()
```

## Discussion

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

## See Also

### Managing the view

- [viewDidLoad()](imageplayground/imageplaygroundviewcontroller/viewdidload().md)
- [viewWillAppear()](imageplayground/imageplaygroundviewcontroller/viewwillappear().md)
