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

# UIBarButtonItem.SystemItem

Constants that define system-supplied images for bar button items.

```
enum SystemItem
```

## Topics

### Constants

[`UIBarButtonSystemItemDone`](/documentation/UIKit/UIBarButtonItem/SystemItem/done)

The system Done button, localized.

[`UIBarButtonSystemItemCancel`](/documentation/UIKit/UIBarButtonItem/SystemItem/cancel)

The system Cancel button, localized.

[`UIBarButtonSystemItemEdit`](/documentation/UIKit/UIBarButtonItem/SystemItem/edit)

The system Edit button, localized.

[`UIBarButtonSystemItemSave`](/documentation/UIKit/UIBarButtonItem/SystemItem/save)

The system Save button, localized.

[`UIBarButtonSystemItemAdd`](/documentation/UIKit/UIBarButtonItem/SystemItem/add)

The system plus button containing an icon of a plus sign.

[`UIBarButtonSystemItemFlexibleSpace`](/documentation/UIKit/UIBarButtonItem/SystemItem/flexibleSpace)

Blank space to add between other items.

[`UIBarButtonSystemItemFixedSpace`](/documentation/UIKit/UIBarButtonItem/SystemItem/fixedSpace)

Blank space to add between other items.

[`UIBarButtonSystemItemCompose`](/documentation/UIKit/UIBarButtonItem/SystemItem/compose)

The system compose button.

[`UIBarButtonSystemItemReply`](/documentation/UIKit/UIBarButtonItem/SystemItem/reply)

The system reply button.

[`UIBarButtonSystemItemAction`](/documentation/UIKit/UIBarButtonItem/SystemItem/action)

The system action button.

[`UIBarButtonSystemItemOrganize`](/documentation/UIKit/UIBarButtonItem/SystemItem/organize)

The system organize button.

[`UIBarButtonSystemItemBookmarks`](/documentation/UIKit/UIBarButtonItem/SystemItem/bookmarks)

The system bookmarks button.

[`UIBarButtonSystemItemSearch`](/documentation/UIKit/UIBarButtonItem/SystemItem/search)

The system search button.

[`UIBarButtonSystemItemRefresh`](/documentation/UIKit/UIBarButtonItem/SystemItem/refresh)

The system refresh button.

[`UIBarButtonSystemItemStop`](/documentation/UIKit/UIBarButtonItem/SystemItem/stop)

The system stop button.

[`UIBarButtonSystemItemCamera`](/documentation/UIKit/UIBarButtonItem/SystemItem/camera)

The system camera button.

[`UIBarButtonSystemItemTrash`](/documentation/UIKit/UIBarButtonItem/SystemItem/trash)

The system trash button.

[`UIBarButtonSystemItemPlay`](/documentation/UIKit/UIBarButtonItem/SystemItem/play)

The system play button.

[`UIBarButtonSystemItemPause`](/documentation/UIKit/UIBarButtonItem/SystemItem/pause)

The system pause button.

[`UIBarButtonSystemItemRewind`](/documentation/UIKit/UIBarButtonItem/SystemItem/rewind)

The system rewind button.

[`UIBarButtonSystemItemFastForward`](/documentation/UIKit/UIBarButtonItem/SystemItem/fastForward)

The system fast forward button.

[`UIBarButtonSystemItemUndo`](/documentation/UIKit/UIBarButtonItem/SystemItem/undo)

The system undo button.

[`UIBarButtonSystemItemRedo`](/documentation/UIKit/UIBarButtonItem/SystemItem/redo)

The system redo button.

[`UIBarButtonSystemItemPageCurl`](/documentation/UIKit/UIBarButtonItem/SystemItem/pageCurl)

The system page curl button.

[`UIBarButtonSystemItemClose`](/documentation/UIKit/UIBarButtonItem/SystemItem/close)

The system close button.

[`UIBarButtonSystemItemWritingTools`](/documentation/UIKit/UIBarButtonItem/SystemItem/writingTools)

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)