zoukankan      html  css  js  c++  java
  • UIBarButtonSystemItem 样式

      使用时需要注意创建方式的区别:

    01 typedef 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_ALLOWED
    24     UIBarButtonSystemItemUndo,
    25     UIBarButtonSystemItemRedo,
    26 #endif
    27 #if __IPHONE_4_0 <= __IPHONE_OS_VERSION_MAX_ALLOWED
    28     UIBarButtonSystemItemPageCurl,
    29 #endif
    30 } UIBarButtonSystemItem;

    图片如下:

    UIBarButtonSystemItemAdd

    UIBarButtonSystemItemCompose

    UIBarButtonSystemItemReply

    UIBarButtonSystemItemAction

    UIBarButtonSystemItemOrganize

    UIBarButtonSystemItemBookmarks

    UIBarButtonSystemItemSearch

    UIBarButtonSystemItemRefresh

    UIBarButtonSystemItemStop

    UIBarButtonSystemItemCamera

    UIBarButtonSystemItemTrash

    UIBarButtonSystemItemPlay

    UIBarButtonSystemItemPause

    UIBarButtonSystemItemRewind

    UIBarButtonSystemItemFastForward

    UIBarButtonSystemItemUndo

    UIBarButtonSystemItemRedo

  • 相关阅读:
    回顾python,就当做笔记了
    测试知识回顾
    转发 Python接口自动化
    性能测试脚本调优
    java
    新的一年,希望自己有所提升,在这简单的记录,自己的学习。
    navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案
    tomcat context配置
    tomcat host 配置
    flyway使用
  • 原文地址:https://www.cnblogs.com/code-changeworld/p/4659406.html
Copyright © 2011-2022 走看看