---
title: unscaledView
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinput/unscaledview
---

# unscaledView

A view that represents the web content that’s agnostic of zoom state.

## Declaration

```swift
var unscaledView: UIView { get }
```

## Discussion

Discussion This property draws zoom-agnostic system user interface, such as text selection handles.

## See Also

### Managing the text input view

- [textInputView](browserenginekit/betextinput/textinputview.md)
- [selectionClipRect](browserenginekit/betextinput/selectioncliprect.md)
- [unobscuredContentRect](browserenginekit/betextinput/unobscuredcontentrect.md)
