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

  • 相关阅读:
    网站的内容安全策略(CSP)
    javascript学习日记--eval、prompt
    【java每日一学】Applet类详解
    JavaScript 闭包应用-打印所有li元素的内容
    JavaScript 闭包应用-计算打车价格
    JavaScript 闭包应用-点击li输出索引号
    JavaScript jQuery 任务清单 ToDoList
    JavaScript 面向对象TAB栏切换
    JavaScript 常见移动端网页特效
    JavaScript 移动端轮播图
  • 原文地址:https://www.cnblogs.com/lzxpythonhome/p/2653746.html
Copyright © 2011-2022 走看看