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

# preferredBehavior

The level of Writing Tools support you want the system to provide
for your view.

```
var preferredBehavior: UIWritingToolsBehavior { get set }
```

## Discussion

Use this property to request an inline or panel-based experience,
or to disable Writing Tools for your view altogether. The default
value of this property is [`UIWritingToolsBehavior.default`](/documentation/UIKit/UIWritingToolsBehavior/default).

---

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)