年年有"余"

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3560|回复: 0

UIBarButtonSystemItem样式

[复制链接]
  • TA的每日心情
    奋斗
    2022-12-13 21:26
  • 签到天数: 371 天

    [LV.9]以坛为家II

    发表于 2014-6-11 09:12:35 | 显示全部楼层 |阅读模式
    1、枚举值
    1. typedef NS_ENUM(NSInteger, UIBarButtonSystemItem) {
    2.     UIBarButtonSystemItemDone,
    3.     UIBarButtonSystemItemCancel,
    4.     UIBarButtonSystemItemEdit,  
    5.     UIBarButtonSystemItemSave,  
    6.     UIBarButtonSystemItemAdd,
    7.     UIBarButtonSystemItemFlexibleSpace,
    8.     UIBarButtonSystemItemFixedSpace,
    9.     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. };
    复制代码

    2、对应图标
    UIBarButtonSystemItem
    Icon
    Action
    Action.png
    Bookmarks
    Bookmarks.png
    Camera
    Camera.png
    Add
    Add.png
    Trash
    Trash.png
    Compose
    Compose.png
    Search
    Search.png
    Orgaize
    Orgaize.png
    Stop
    Stop.png
    Refresh
    Refresh.png
    Play
    Play.png
    Pause
    Pause.png
    Rewind
    Rewind.png
    FastForward
    FastForward.png
    Reply
    Reply.png
    Redo
    Redo.png
    Undo
    Undo.png


    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    手机版|小黑屋|Archiver|iOS开发笔记 ( 湘ICP备14010846号 )

    GMT+8, 2024-5-3 22:15 , Processed in 0.050194 second(s), 24 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表