---
title: UIInterfaceOrientation.landscapeLeft
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiinterfaceorientation/landscapeleft
---

# UIInterfaceOrientation.landscapeLeft

The device is in landscape mode, with the device upright and the Home button on the left.

## Declaration

```swift
case landscapeLeft
```

## See Also

### Orientations

- [UIInterfaceOrientation.unknown](uikit/uiinterfaceorientation/unknown.md)
- [UIInterfaceOrientation.portrait](uikit/uiinterfaceorientation/portrait.md)
- [UIInterfaceOrientation.portraitUpsideDown](uikit/uiinterfaceorientation/portraitupsidedown.md)
- [UIInterfaceOrientation.landscapeRight](uikit/uiinterfaceorientation/landscaperight.md)
