您的位置:首页 > 产品设计 > UI/UE

IOS学习UIBarButtonSystemItem各个参数的使用含义详解...

2012-08-24 10:10 316 查看

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐