---
title: UIModalTransitionStyle.crossDissolve
framework: uikit
role: symbol
role_heading: Case
path: uikit/uimodaltransitionstyle/crossdissolve
---

# UIModalTransitionStyle.crossDissolve

## Declaration

```swift
case crossDissolve
```

## Discussion

Discussion When the view controller is presented, the current view fades out while the new view fades in at the same time. On dismissal, a similar type of cross-fade is used to return to the original view.

## See Also

### Constants

- [UIModalTransitionStyle.coverVertical](uikit/uimodaltransitionstyle/coververtical.md)
- [UIModalTransitionStyle.flipHorizontal](uikit/uimodaltransitionstyle/fliphorizontal.md)
- [UIModalTransitionStyle.partialCurl](uikit/uimodaltransitionstyle/partialcurl.md)
