zoukankan      html  css  js  c++  java
  • 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 UIBarButtonSystemItemUndo,
    UIBarButtonSystemItemRedo,
    #endif
    #if __IPHONE_4_0 UIBarButtonSystemItemPageCurl,
    #endif
    } UIBarButtonSystemItem;

    图片例如以下:
    UIBarButtonSystemItemAdd

     

    UIBarButtonSystemItemCompose

     

    UIBarButtonSystemItemReply

     

    UIBarButtonSystemItemAction

     

    UIBarButtonSystemItemOrganize

     

    UIBarButtonSystemItemBookmarks

     

    UIBarButtonSystemItemSearch

     

    UIBarButtonSystemItemRefresh

     

    UIBarButtonSystemItemStop

     

    UIBarButtonSystemItemCamera

     

    UIBarButtonSystemItemTrash

     

    UIBarButtonSystemItemPlay

     

    UIBarButtonSystemItemPause

     

    UIBarButtonSystemItemRewind

     

    UIBarButtonSystemItemFastForward

     

    UIBarButtonSystemItemUndo

     

    UIBarButtonSystemItemRedo


  • 相关阅读:
    haproxy报错解决
    haproxy安装
    gitlab配置webhook报错解决
    git_push报错
    DNS配置
    centos7 选定默认启动内核,及删除无用内核
    ansible安装、配置ssh、hosts、测试连接
    公司手机打卡app时间和百度时间差30秒解决
    所有编辑语言的共性内容元素
    php使用正则函数使用详解
  • 原文地址:https://www.cnblogs.com/gccbuaa/p/6735377.html
Copyright © 2011-2022 走看看