---
title: UIBarButtonItem.Style.prominent
framework: uikit
role: symbol
role_heading: Case
path: uikit/uibarbuttonitem/style-swift.enum/prominent
---

# UIBarButtonItem.Style.prominent

A button item style for a prominent button.

## Declaration

```swift
case prominent
```

## Discussion

Discussion For example, use this for a button that completes or finalizes some task. Buttons with this style will not be visually grouped with other items in a navigation bar or toolbar, and will also have other styling changes appropriate to their context to indicate their prominence.

## See Also

### Constants

- [UIBarButtonItem.Style.plain](uikit/uibarbuttonitem/style-swift.enum/plain.md)
- [UIBarButtonItem.Style.bordered](uikit/uibarbuttonitem/style-swift.enum/bordered.md)
- [done](uikit/uibarbuttonitem/style-swift.enum/done.md)
