<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBarButtonItem/Style-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIBarButtonItemStyle"
  },
  "title" : "UIBarButtonItem.Style"
}
-->

# UIBarButtonItem.Style

Constants that specify the style of an item.

```
enum Style
```

## Topics

### Constants

[`UIBarButtonItemStylePlain`](/documentation/UIKit/UIBarButtonItem/Style-swift.enum/plain)

A button style with plain text styling.

[`UIBarButtonItemStyleBordered`](/documentation/UIKit/UIBarButtonItem/Style-swift.enum/bordered)

A simple button style with a border.

[`UIBarButtonItemStyleDone`](/documentation/UIKit/UIBarButtonItem/Style-swift.enum/done)

A button style for a done button.

[`UIBarButtonItemStyleProminent`](/documentation/UIKit/UIBarButtonItem/Style-swift.enum/prominent)

A button item style for a prominent button.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)