<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BETextInput/unobscuredContentRect",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(pl)BETextInput(py)unobscuredContentRect"
  },
  "title" : "unobscuredContentRect"
}
-->

# unobscuredContentRect

A rectangle that frames a user interface, such as text-selection handles, in an unobscured location.

```
var unobscuredContentRect: CGRect { get }
```

## Discussion

Return a <doc://com.apple.documentation/documentation/CoreFoundation/CGRect> instance configured in the coordinate space of [`textInputView`](/documentation/BrowserEngineKit/BETextInput/textInputView).

---

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)