IOS开发-UIBarButtonItem系统自带图标总结
时间:2015-08-02 19:35:08
收藏:0
阅读:3219
1.这四个返回的是后面的单词。
UIBarButtonSystemItemDone
UIBarButtonSystemItemCancel
UIBarButtonSystemItemEdit
UIBarButtonSystemItemSave
2.这三个不是按钮,比如第一个是设置间隔的。
UIBarButtonSystemItemFlexibleSpace
UIBarButtonSystemItemFixedSpace
UIBarButtonSystemItemCompose
3.其余的都是图标,如下:



原文:http://www.cnblogs.com/chenhongios/p/4696487.html
评论(0)