---
title: UIUserInterfaceLayoutDirection.rightToLeft
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiuserinterfacelayoutdirection/righttoleft
---

# UIUserInterfaceLayoutDirection.rightToLeft

The layout direction right to left.

## Declaration

```swift
case rightToLeft
```

## Discussion

Discussion This value is appropriate when running with localizations such as Arabic or Hebrew that should have the user interface layout origin on the right edge of the coordinate system.

## See Also

### Constants

- [UIUserInterfaceLayoutDirection.leftToRight](uikit/uiuserinterfacelayoutdirection/lefttoright.md)
