• UIBarButtonSystemItem 样式


      使用时需要注意创建方式的区别:

    01 typedef enum {
    02     UIBarButtonSystemItemDone,
    03     UIBarButtonSystemItemCancel,
    04     UIBarButtonSystemItemEdit, 
    05     UIBarButtonSystemItemSave, 
    06     UIBarButtonSystemItemAdd,
    07     UIBarButtonSystemItemFlexibleSpace,
    08     UIBarButtonSystemItemFixedSpace,
    09     UIBarButtonSystemItemCompose,
    10     UIBarButtonSystemItemReply,
    11     UIBarButtonSystemItemAction,
    12     UIBarButtonSystemItemOrganize,
    13     UIBarButtonSystemItemBookmarks,
    14     UIBarButtonSystemItemSearch,
    15     UIBarButtonSystemItemRefresh,
    16     UIBarButtonSystemItemStop,
    17     UIBarButtonSystemItemCamera,
    18     UIBarButtonSystemItemTrash,
    19     UIBarButtonSystemItemPlay,
    20     UIBarButtonSystemItemPause,
    21     UIBarButtonSystemItemRewind,
    22     UIBarButtonSystemItemFastForward,
    23 #if __IPHONE_3_0 <= __IPHONE_OS_VERSION_MAX_ALLOWED
    24     UIBarButtonSystemItemUndo,
    25     UIBarButtonSystemItemRedo,
    26 #endif
    27 #if __IPHONE_4_0 <= __IPHONE_OS_VERSION_MAX_ALLOWED
    28     UIBarButtonSystemItemPageCurl,
    29 #endif
    30 } UIBarButtonSystemItem;

    图片如下:

    UIBarButtonSystemItemAdd

    UIBarButtonSystemItemCompose

    UIBarButtonSystemItemReply

    UIBarButtonSystemItemAction

    UIBarButtonSystemItemOrganize

    UIBarButtonSystemItemBookmarks

    UIBarButtonSystemItemSearch

    UIBarButtonSystemItemRefresh

    UIBarButtonSystemItemStop

    UIBarButtonSystemItemCamera

    UIBarButtonSystemItemTrash

    UIBarButtonSystemItemPlay

    UIBarButtonSystemItemPause

    UIBarButtonSystemItemRewind

    UIBarButtonSystemItemFastForward

    UIBarButtonSystemItemUndo

    UIBarButtonSystemItemRedo

  • 相关阅读:
    Linux Cannot allocate memory问题
    Linux后台运行Jar方法
    盒模型:外边距叠加和外边距为负值
    HTML如何创建二级目录
    css3实现立方体,并且自转效果
    前台技术--页面跳转的几种用法
    JS实现网站内容的禁止复制和粘贴、另存为
    网络爬虫大白话解析
    HTML5 canvas绘制arcTo、translate和rotate的画法探索
    HTML5实战与剖析之原生拖拽(一拖拽历史概述)
  • 原文地址:https://www.cnblogs.com/code-changeworld/p/4659406.html
Copyright © 2020-2023  润新知