UIBarButtonSystemItem

typedefenum {
UIBarButtonSystemItemDone,
UIBarButtonSystemItemCancel,
UIBarButtonSystemItemEdit,
UIBarButtonSystemItemSave,
UIBarButtonSystemItemAdd,
UIBarButtonSystemItemFlexibleSpace,
UIBarButtonSystemItemFixedSpace,
UIBarButtonSystemItemCompose,
UIBarButtonSystemItemReply,
UIBarButtonSystemItemAction,
UIBarButtonSystemItemOrganize,
UIBarButtonSystemItemBookmarks,
UIBarButtonSystemItemSearch,
UIBarButtonSystemItemRefresh,
UIBarButtonSystemItemStop,
UIBarButtonSystemItemCamera,
UIBarButtonSystemItemTrash,
UIBarButtonSystemItemPlay,
UIBarButtonSystemItemPause,
UIBarButtonSystemItemRewind,
UIBarButtonSystemItemFastForward,
#if __IPHONE_3_0 UIBarButtonSystemItemUndo,
UIBarButtonSystemItemRedo,
#endif
#if __IPHONE_4_0 UIBarButtonSystemItemPageCurl,
#endif
} UIBarButtonSystemItem;

图片例如以下:
UIBarButtonSystemItemAdd

 

UIBarButtonSystemItemCompose

 

UIBarButtonSystemItemReply

 

UIBarButtonSystemItemAction

 

UIBarButtonSystemItemOrganize

 

UIBarButtonSystemItemBookmarks

 

UIBarButtonSystemItemSearch

 

UIBarButtonSystemItemRefresh

 

UIBarButtonSystemItemStop

 

UIBarButtonSystemItemCamera

 

UIBarButtonSystemItemTrash

 

UIBarButtonSystemItemPlay

 

UIBarButtonSystemItemPause

 

UIBarButtonSystemItemRewind

 

UIBarButtonSystemItemFastForward

 

UIBarButtonSystemItemUndo

 

UIBarButtonSystemItemRedo


posted @ 2017-04-19 20:07  gccbuaa  阅读(219)  评论(0)    收藏  举报