UUUBarButon Systemスタイル

7510 ワード

http://blog.csdn.net/omegayy/article/details/7357167
 
使用する時は、作成方法の違いに注意してください.
  01typedef  enum  {02     UIBarButtonSystemItemDone,03     UIBarButtonSystemItemCancel,04     UIBarButtonSystemItemEdit, 05     UIBarButtonSystemItemSave, 06     UIBarButtonSystemItemAdd,07     UIBarButtonSystemItemFlexibleSpace,08     UIBarButtonSystemItemFixedSpace,09     UIBarButtonSystemItemCompose,10     UIBarButtonSystemItemReply,11     UIBarButtonSystemItemAction,12     UIBarButtonSystemItemOrganize,13     UIBarButtonSystemItemBookmarks,14     UIBarButtonSystemItemSearch,15     UIBarButtonSystemItemRefresh,16     UIBarButtonSystemItemStop,17     UIBarButtonSystemItemCamera,18     UIBarButtonSystemItemTrash,19     UIBarButtonSystemItemPlay,20     UIBarButtonSystemItemPause,21     UIBarButtonSystemItemRewind,22     UIBarButtonSystemItemFastForward,23#if __IPHONE_3_0 <= __IPHONE_OS_VERSION_MAX_ALLOWED24     UIBarButtonSystemItemUndo,25     UIBarButtonSystemItemRedo,26#endif27#if __IPHONE_4_0 <= __IPHONE_OS_VERSION_MAX_ALLOWED28     UIBarButtonSystemItemPageCurl,29#endif30} UIBarButtonSystemItem; 
 
 
画像は以下の通りです
UBarButotonSystemItemAdd
UBarButotonSystem Item Comppose
UBarButotonSystemItemReply
UBarButotonSystemItemアクション
UBarButotonSystem ItemOrganize
UBarButotonSystem Item Book marks
UBarButotonSystem ItemSearch
UBarButton System Refresh
UBarButotonSystem Item Stop
UBarButotonSystemItemCamera
UBarButotonSystem ItemTras
UBarButotonSystemItemPlay
UBarButotonSystemItemPause
UBarButotonSystemItemRewind
UBarButotonSystemItem FastForward
UBarButotonSystemItemUniド
UBarButotonSystemItemRedo