Link Search Menu Expand Document

BarButtonItem.SystemItem

Defines system-supplied images for bar button items.

public enum SystemItem: Int 

Inheritance

Int

Enumeration Cases

done

The system Done button, localized.

case done

cancel

The system Cancel button, localized.

case cancel

edit

The system Edit button, localized.

case edit

save

The system Save button, localized.

case save

add

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

case add

flexibleSpace

Blank space to add between other items. The space is distributed equally between the other items. Other item properties are ignored when this value is set.

case flexibleSpace

fixedSpace

Blank space to add between other items. Only the width property is used when this value is set.

case fixedSpace

compose

The system compose button.

case compose

reply

The system reply button.

case reply

action

The system action button.

case action

organize

The system organize button.

case organize

bookmarks

The system bookmarks button.

case bookmarks

The system search button.

case search

refresh

The system refresh button.

case refresh

stop

The system stop button.

case stop

camera

The system camera button.

case camera

trash

The system trash button.

case trash

play

The system play button.

case play

pause

The system pause button.

case pause

rewind

The system rewind button.

case rewind

fastForward

The system fast forward button.

case fastForward

undo

The system undo button.

case undo

redo

The system redo button.

case redo

pageCurl

The system page curl button.

@available(*, unavailable)
    case pageCurl

close

The system close button.

case close