zoukankan      html  css  js  c++  java
  • 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


  • 相关阅读:
    Kth Smallest Element in a BST
    Bitwise AND of Numbers Range
    Happy Number
    Summary Ranges
    linux设置MySQL开机自动启动
    基本PSO算法实现(Java)
    Invert Binary Tree
    Rectangle Area
    Contains Duplicate II
    Contains Duplicate
  • 原文地址:https://www.cnblogs.com/gccbuaa/p/6735377.html
Copyright © 2011-2022 走看看