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

  • 相关阅读:
    nginx编译安装
    使用scp命令,不同服务器之间拷备文件
    cpu负载过高排查与解决
    Docker安装
    sftp安装
    nginx登陆验证 [done]
    git常用命令
    python常见问题记录
    升级openssl
    rsync使用
  • 原文地址:https://www.cnblogs.com/lzxpythonhome/p/2653746.html
Copyright © 2011-2022 走看看