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


  • 相关阅读:
    Shell 06 awk
    Shell 05 Sed
    Shell 04 字符串处理、正则表达式
    Shell 03 for while case 函数 中断及退出
    Shell 02 数据运算/条件测试
    Shell 01 shell概述
    六十.完全分布式 、 节点管理 、 NFS网关
    五十九.大数据、Hadoop 、 Hadoop安装与配置 、 HDFS
    五十八.Kibana使用 、 Logstash配置扩展插件
    bzoj4872
  • 原文地址:https://www.cnblogs.com/gccbuaa/p/6735377.html
Copyright © 2011-2022 走看看