---
title: TransitionPhase.didDisappear
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/transitionphase/diddisappear
---

# TransitionPhase.didDisappear

The transition is being applied to a view that has been requested to be removed from the view hierarchy.

## Declaration

```swift
case didDisappear
```

## Discussion

Discussion In this phase, a transition should show the appearance that will be animated to make the disappearance transition.

## See Also

### Getting the phase

- [TransitionPhase.identity](swiftui/transitionphase/identity.md)
- [TransitionPhase.willAppear](swiftui/transitionphase/willappear.md)
