我偶然发现,如果您在Interface Builder中创建一个UIButton并在图像字段中输入Plus,则会出现一个+图像。键入Minus也会得到类似的结果。
我想知道这是不是一个错误,或者是否有某种方式可怜的程序员可以从其他苹果应用程序访问内置的一般GUI图像,例如绿色+,红色 - ,详细信息披露雪佛龙,大红色“删除联系人”或类似风格的按钮等
有没有其他人遇到过这个,或者知道在Xcode中访问这些内容的位置?
对我来说,它们应该可用是有道理的,因为Apple HIG似乎只是让事物变得可识别和直观,并且像其他应用程序一样使用它们。
答案 0 :(得分:2)
您可以获取UITabBarItem,然后搜索UIBarButtonItem。滚动到屏幕底部,您可以看到标签栏和导航栏的所有系统图像。
答案 1 :(得分:1)
我在官方iOS Developer Library上找到了UIBarButtonSystemItem
的最新(iOS7)图标列表,这可能会有所帮助。
UIBarButtonSystemItemDone
UIBarButtonSystemItemCancel
UIBarButtonSystemItemEdit
UIBarButtonSystemItemSave
UIBarButtonSystemItemAdd
UIBarButtonSystemItemFlexibleSpace
UIBarButtonSystemItemFixedSpace
UIBarButtonSystemItemCompose
UIBarButtonSystemItemReply
UIBarButtonSystemItemAction
UIBarButtonSystemItemOrganize
UIBarButtonSystemItemBookmarks
UIBarButtonSystemItemSearch
UIBarButtonSystemItemRefresh
UIBarButtonSystemItemStop
UIBarButtonSystemItemCamera
UIBarButtonSystemItemTrash
UIBarButtonSystemItemPlay
UIBarButtonSystemItemPause
UIBarButtonSystemItemRewind
UIBarButtonSystemItemFastForward
UIBarButtonSystemItemUndo
UIBarButtonSystemItemRedo
UIBarButtonSystemItemPageCurl