XCode 4 - 将系统图标添加到工具栏
我正在 Xcode 4 中为 Mac 应用程序创建一个工具栏。我添加了一些按钮,并指定了图像图标(代表操作等)。图像库似乎很小:我看到“NSActionTemplate”图像和其他图像常见的图标,但我没有看到 Apple 使用的其他图标 - 例如 Finder 中的“排列”图标、新文件夹图标等。我运气不好吗? Apple 是否希望您自己创建这些产品?或者,我应该启用一个图像库来查看更多内容吗?谢谢,
I am creating a toolbar for a Mac application in Xcode 4. I added some buttons, and specified image icons (to represent Actions, etc, etc.) The image library seems to be small: I see the "NSActionTemplate" image, and other common ones, but I don't see other icons Apple is using - like the "Arrange" icon from Finder, the New Folder Icon, etc. Am I out of luck? Is Apple expecting you to create those yourself? Or, is there an image library I am supposed to enable to see more? thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 OS X 人机界面指南中的“系统提供的图标”:
http://developer.apple.com/library/mac/#documentation/userexperience/conceptual/applehiguidelines/SystemProvidedIcons/SystemProvidedIcons.html
See "System-Provided Icons" at OS X Human Interface Guidelines:
http://developer.apple.com/library/mac/#documentation/userexperience/conceptual/applehiguidelines/SystemProvidedIcons/SystemProvidedIcons.html