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

# overrideUserInterfaceStyle

The specific user interface style to apply to the tool picker.

```
var overrideUserInterfaceStyle: UIUserInterfaceStyle { get set }
```

## Discussion

If you set this property, consider if you need to set [`colorUserInterfaceStyle`](/documentation/PencilKit/PKToolPicker/colorUserInterfaceStyle) to a select a different user interface style. The default user interface style is <doc://com.apple.documentation/documentation/UIKit/UIUserInterfaceStyle/unspecified>.

---

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)