---
title: UIToolbarAppearance
framework: uikit
role: symbol
role_heading: Class
path: uikit/uitoolbarappearance
---

# UIToolbarAppearance

An object for customizing the appearance of a toolbar.

## Declaration

```swift
@MainActor class UIToolbarAppearance
```

## Overview

Overview After creating a 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 to configure the background and shadow attributes of the toolbar itself.

## Topics

### Configuring bar button items

- [buttonAppearance](uikit/uitoolbarappearance/buttonappearance.md)
- [prominentButtonAppearance](uikit/uitoolbarappearance/prominentbuttonappearance.md)

### Configuring the Done button

- [doneButtonAppearance](uikit/uitoolbarappearance/donebuttonappearance.md)

## Relationships

### Inherits From

- [UIBarAppearance](uikit/uibarappearance.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
