---
title: UIModalTransitionStyle.flipHorizontal
framework: uikit
role: symbol
role_heading: Case
path: uikit/uimodaltransitionstyle/fliphorizontal
---

# UIModalTransitionStyle.flipHorizontal

## Declaration

```swift
case flipHorizontal
```

## Discussion

Discussion When the view controller is presented, the current view initiates a horizontal 3D flip from right-to-left, resulting in the revealing of the new view as if it were on the back of the previous view. On dismissal, the flip occurs from left-to-right, returning to the original view.

## See Also

### Constants

- [UIModalTransitionStyle.coverVertical](uikit/uimodaltransitionstyle/coververtical.md)
- [UIModalTransitionStyle.crossDissolve](uikit/uimodaltransitionstyle/crossdissolve.md)
- [UIModalTransitionStyle.partialCurl](uikit/uimodaltransitionstyle/partialcurl.md)
