---
title: doneButtonAppearance
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationbarappearance/donebuttonappearance
---

# doneButtonAppearance

The appearance attributes for Done buttons.

## Declaration

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

## Discussion

Discussion Use this property to configure the appearance of bar button items that use the done style, when appropriate. If the navigation bar doesn’t have a done button, setting the value of this property has no effect.
