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

# UIToolbarAppearance

An object for customizing the appearance of a toolbar.

```
@MainActor class UIToolbarAppearance
```

## Overview

After creating a [`UIToolbarAppearance`](/documentation/UIKit/UIToolbarAppearance) object, use the methods and properties of this class to specify the appearance of items in the toolbar. Use the inherited properties from [`UIBarAppearance`](/documentation/UIKit/UIBarAppearance) to configure the background and shadow attributes of the toolbar itself.

## Topics

### Configuring bar button items

[`buttonAppearance`](/documentation/UIKit/UIToolbarAppearance/buttonAppearance)

The appearance attributes for plain bar button items in the toolbar.

[`prominentButtonAppearance`](/documentation/UIKit/UIToolbarAppearance/prominentButtonAppearance)

The appearance attributes for Prominent buttons.

### Configuring the Done button

[`doneButtonAppearance`](/documentation/UIKit/UIToolbarAppearance/doneButtonAppearance)

The appearance attributes for Done buttons.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`Sendable`](/documentation/Swift/Sendable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCopying`](/documentation/Foundation/NSCopying)

### Inherits From

[`UIBarAppearance`](/documentation/UIKit/UIBarAppearance)

---

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)