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

  • 相关阅读:
    【 socke】C# socket端口复用-多主机头绑定
    【网络】 NAT
    【socket】高级用法-ReceiveMessageFrom
    【socket】高级用法-异步
    C# GET 和 SET作用
    多态是什么意思?
    LINQ(LINQ to Entities)
    LINQ(隐式表达式、lambda 表达式)
    LINQ(LINQ to DataSet)
    C# 中的委托和事件
  • 原文地址:https://www.cnblogs.com/lzxpythonhome/p/2653746.html
Copyright © 2011-2022 走看看