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

  • 相关阅读:
    人民币汇率
    世界金融危机史
    选题==》方法
    宏观经济学理论
    央行货币政策执行报告
    货币政策科普
    几个数据库使用记录 & DPD-GMM调整到通过检验
    OBOR数据处理
    stata几个常用命令
    个人闭包理解(结合代码)
  • 原文地址:https://www.cnblogs.com/lzxpythonhome/p/2653746.html
Copyright © 2011-2022 走看看