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

# doneButtonAppearance

The appearance attributes for Done buttons.

```
@NSCopying var doneButtonAppearance: UIBarButtonItemAppearance { get set }
```

## Discussion

Use this property to configure the appearance of bar button items that use the [`done`](/documentation/UIKit/UIBarButtonItem/Style-swift.enum/done) style, when appropriate. If the toolbar doesn’t have a done button, setting the value of this property has no effect.

---

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)