IOS开发-UIBarButtonItem系统自带图标总结
1.这四个返回的是后面的单词。
UIBarButtonSystemItemDone
UIBarButtonSystemItemCancel
UIBarButtonSystemItemEdit
UIBarButtonSystemItemSave
2.这三个不是按钮,比如第一个是设置间隔的。
UIBarButtonSystemItemFlexibleSpace
UIBarButtonSystemItemFixedSpace
UIBarButtonSystemItemCompose
3.其余的都是图标,如下:
文章来自:http://www.cnblogs.com/chenhongios/p/4696487.html