zoukankan      html  css  js  c++  java
  • IOS学习UIBarButtonSystemItem各个参数的使用含义详解...

    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 <= __IPHONE_OS_VERSION_MAX_ALLOWED

        UIBarButtonSystemItemUndo,

        UIBarButtonSystemItemRedo,

    #endif

    #if __IPHONE_4_0 <= __IPHONE_OS_VERSION_MAX_ALLOWED

        UIBarButtonSystemItemPageCurl,

    #endif

    } UIBarButtonSystemItem;

    图片如下:

    UIBarButtonSystemItemAdd

    UIBarButtonSystemItemCompose

    UIBarButtonSystemItemReply

    UIBarButtonSystemItemAction

    UIBarButtonSystemItemOrganize

    UIBarButtonSystemItemBookmarks

    UIBarButtonSystemItemSearch

    UIBarButtonSystemItemRefresh

    UIBarButtonSystemItemStop

    UIBarButtonSystemItemCamera

    UIBarButtonSystemItemTrash

    UIBarButtonSystemItemPlay

    UIBarButtonSystemItemPause

    UIBarButtonSystemItemRewind

    UIBarButtonSystemItemFastForward

    UIBarButtonSystemItemUndo

    UIBarButtonSystemItemRedo

    http://hi.baidu.com/yunhuaikong/blog/item/68811150d12992918d5430f6.html

  • 相关阅读:
    idea双击打不开没反应的解决办法
    Golang Learn Log #0
    获取请求header的各种方法
    Linux 指令
    Windows下Anaconda的安装和简单使用
    如何把Python脚本导出为exe程序
    C++星号的含义
    仓库盘点功能-ThinkPHP_学习随笔
    详解html中的元老级元素:“table”
    IE在开发工具启动的情况下(打开F12)时 JS才能执行
  • 原文地址:https://www.cnblogs.com/lzxpythonhome/p/2653746.html
Copyright © 2011-2022 走看看