Wednesday, 2 November 2011

UIBarButtonSystemItem overview


UIBarButtonSystemItem

Defines system-supplied images for bar button items.
typedef enum {
   UIBarButtonSystemItemDone,
   UIBarButtonSystemItemCancel,
   UIBarButtonSystemItemEdit,
   UIBarButtonSystemItemSave,
   UIBarButtonSystemItemAdd,
   UIBarButtonSystemItemFlexibleSpace,
   UIBarButtonSystemItemFixedSpace,
   UIBarButtonSystemItemCompose,
   UIBarButtonSystemItemReply,
   UIBarButtonSystemItemAction,
   UIBarButtonSystemItemOrganize,
   UIBarButtonSystemItemBookmarks,
   UIBarButtonSystemItemSearch,
   UIBarButtonSystemItemRefresh,
   UIBarButtonSystemItemStop,
   UIBarButtonSystemItemCamera,
   UIBarButtonSystemItemTrash,
   UIBarButtonSystemItemPlay,
   UIBarButtonSystemItemPause,
   UIBarButtonSystemItemRewind,
   UIBarButtonSystemItemFastForward,
   UIBarButtonSystemItemUndo,        // iOS 3.0 and later
   UIBarButtonSystemItemRedo,        // iOS 3.0 and later
   UIBarButtonSystemItemPageCurl,    // iOS 4.0 and later
} UIBarButtonSystemItem;
Constants
UIBarButtonSystemItemDone
The system Done button. Localized. image: ../Art/UIBarButtonSystemItemDone.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemCancel
The system Cancel button. Localized. image: ../Art/UIBarSystemItemCancel.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemEdit
The system Edit button. Localized. image: ../Art/UIBarSystemItemEdit.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemSave
The system Save button. Localized. image: ../Art/UIBarButtonSystemItemSave.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemAdd
The system plus button containing an icon of a plus sign. image: ../Art/UIBarButtonAdd.png
Available in iOS 2.0 and later.
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.
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.
UIBarButtonSystemItemCompose
The system compose button. image: ../Art/UIBarButtonCompose.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemReply
The system reply button. image: ../Art/UIBarButtonReply.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemAction
The system action button. image: ../Art/UIBarButtonAction.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemOrganize
The system organize button. image: ../Art/UIBarButtonOrganize.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemBookmarks
The system bookmarks button. image: ../Art/UIBarButtonBookmarks.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemSearch
The system search button. image: ../Art/UIBarButtonSearch.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemRefresh
The system refresh button. image: ../Art/UIBarButtonRefresh.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemStop
The system stop button. image: ../Art/UIBarButtonStop.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemCamera
The system camera button. image: ../Art/UIBarButtonCamera.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemTrash
The system trash button. image: ../Art/UIBarButtonTrash.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemPlay
The system play button. image: ../Art/UIBarButtonPlay.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemPause
The system pause button. image: ../Art/UIBarButtonPause.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemRewind
The system rewind button. image: ../Art/UIBarButtonRewind.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemFastForward
The system fast forward button. image: ../Art/UIBarButtonFastForward.png
Available in iOS 2.0 and later.
UIBarButtonSystemItemUndo
The system undo button.image: ../Art/UIBarButtonSystemItemUndo.jpg
Available in iOS 3.0 and later.
UIBarButtonSystemItemRedo
The system redo button.image: ../Art/UIBarButtonSystemItemRedo.jpg
Available in iOS 3.0 and later.
UIBarButtonSystemItemPageCurl
The system page curl button. image: ../Art/UIBarButtonSystemItemPageCurl.png
This bar button image can be used only for bar button items placed on toolbars.
Available in iOS 4.0 and later.

No comments:

Post a Comment