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.Available in iOS 2.0 and later.
UIBarButtonSystemItemCancel
- The system Cancel button. Localized.Available in iOS 2.0 and later.
UIBarButtonSystemItemEdit
- The system Edit button. Localized.Available in iOS 2.0 and later.
UIBarButtonSystemItemSave
- The system Save button. Localized.Available in iOS 2.0 and later.
UIBarButtonSystemItemAdd
- The system plus button containing an icon of a plus sign.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.Available in iOS 2.0 and later.
UIBarButtonSystemItemReply
- The system reply button.Available in iOS 2.0 and later.
UIBarButtonSystemItemAction
- The system action button.Available in iOS 2.0 and later.
UIBarButtonSystemItemOrganize
- The system organize button.Available in iOS 2.0 and later.
UIBarButtonSystemItemBookmarks
- The system bookmarks button.Available in iOS 2.0 and later.
UIBarButtonSystemItemSearch
- The system search button.Available in iOS 2.0 and later.
UIBarButtonSystemItemRefresh
- The system refresh button.Available in iOS 2.0 and later.
UIBarButtonSystemItemStop
- The system stop button.Available in iOS 2.0 and later.
UIBarButtonSystemItemCamera
- The system camera button.Available in iOS 2.0 and later.
UIBarButtonSystemItemTrash
- The system trash button.Available in iOS 2.0 and later.
UIBarButtonSystemItemPlay
- The system play button.Available in iOS 2.0 and later.
UIBarButtonSystemItemPause
- The system pause button.Available in iOS 2.0 and later.
UIBarButtonSystemItemRewind
- The system rewind button.Available in iOS 2.0 and later.
UIBarButtonSystemItemFastForward
- The system fast forward button.Available in iOS 2.0 and later.
UIBarButtonSystemItemUndo
- The system undo button.Available in iOS 3.0 and later.
UIBarButtonSystemItemRedo
- The system redo button.Available in iOS 3.0 and later.
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.
No comments:
Post a Comment