<!--
{
  "availability" : [
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImageView/focusedFrameGuide",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIImageView(py)focusedFrameGuide"
  },
  "title" : "focusedFrameGuide"
}
-->

# focusedFrameGuide

The layout guide to use when the image view is focused.

```
var focusedFrameGuide: UILayoutGuide { get }
```

## Discussion

The layout guide in this property represents the display frame of the image view when it’s focused. You can use this property to align other elements of your interface to the image view or to adjust the constraints of your interface.

When the [`adjustsImageWhenAncestorFocused`](/documentation/UIKit/UIImageView/adjustsImageWhenAncestorFocused) property is set to <doc://com.apple.documentation/documentation/Swift/true>, the image view automatically applies this layout guide when the image view becomes focused.

---

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)