<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIInterfaceOrientation/portraitUpsideDown",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIInterfaceOrientation@UIInterfaceOrientationPortraitUpsideDown"
  },
  "title" : "UIInterfaceOrientation.portraitUpsideDown"
}
-->

# UIInterfaceOrientation.portraitUpsideDown

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

```
case portraitUpsideDown
```

## Discussion

[`UIViewController`](/documentation/UIKit/UIViewController) doesn’t support this case on devices without a Home button.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)