---
title: CLDeviceOrientation.portraitUpsideDown
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/cldeviceorientation/portraitupsidedown
---

# CLDeviceOrientation.portraitUpsideDown

The device is in portrait mode but upside down, with the device held upright and the home button at the top.

## Declaration

```swift
case portraitUpsideDown
```

## See Also

### Device Orientations

- [CLDeviceOrientation.unknown](corelocation/cldeviceorientation/unknown.md)
- [CLDeviceOrientation.portrait](corelocation/cldeviceorientation/portrait.md)
- [CLDeviceOrientation.landscapeLeft](corelocation/cldeviceorientation/landscapeleft.md)
- [CLDeviceOrientation.landscapeRight](corelocation/cldeviceorientation/landscaperight.md)
- [CLDeviceOrientation.faceUp](corelocation/cldeviceorientation/faceup.md)
- [CLDeviceOrientation.faceDown](corelocation/cldeviceorientation/facedown.md)
