Enumeration: UIBarButtonSystemItem

Overview

Defines system-supplied images for bar button items.

Constant Summary

UIBarButtonSystemItemDone

The system done button. localized. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemCancel

The system cancel button. localized. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemEdit

The system edit button. localized. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemSave

The system save button. localized. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemAdd

The system plus button containing an icon of a plus sign. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemFlexibleSpace

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.available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemFixedSpace

Blank space to add between other items. only the width property is used when this value is set.available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemCompose

The system compose button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemReply

The system reply button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemAction

The system action button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemOrganize

The system organize button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemBookmarks

The system bookmarks button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemSearch

The system search button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemRefresh

The system refresh button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemStop

The system stop button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemCamera

The system camera button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemTrash

The system trash button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemPlay

The system play button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemPause

The system pause button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemRewind

The system rewind button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemFastForward

The system fast forward button. available in ios 2.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemUndo

The system undo button.available in ios 3.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemRedo

The system redo button.available in ios 3.0 and later.declared in uibarbuttonitem.h.

UIBarButtonSystemItemPageCurl

The system page curl button. this bar button image can be used only for bar button items placed on toolbars.available in ios 4.0 and later.declared in uibarbuttonitem.h.