<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBarItem/landscapeImagePhoneInsets",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIBarItem(py)landscapeImagePhoneInsets"
  },
  "title" : "landscapeImagePhoneInsets"
}
-->

# landscapeImagePhoneInsets

The image inset or outset for each edge of the image in landscape orientation when using the iPhone appearance idiom.

```
var landscapeImagePhoneInsets: UIEdgeInsets { get set }
```

## Discussion

The default value is [`zero`](/documentation/UIKit/UIEdgeInsets/zero).

---

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)