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


  • 相关阅读:
    小a和uim之大逃离(dp)
    c++stl应用入门
    tar: 从成员名中删除开头的“/”
    yii中rights安装
    python中operator.itemgetter
    python中时间和时区
    python --那些你应该知道的知识点
    rsync拉取远程文件
    django中时区设置
    django中添加用户
  • 原文地址:https://www.cnblogs.com/gccbuaa/p/6735377.html
Copyright © 2011-2022 走看看