ios iPhone SDK 系统提供的按钮和图标

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1529275/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 16:30:07  来源:igfitidea点击:

iPhone SDK System Provided Buttons and Icons

iosbuttoniconsuikitiphone-sdk-documentation

提问by sam2themax

Where can the System-Provided Buttons and Icons mentioned in the following link to the iPhone Developer Human Interface Guidelines be found in the SDK? http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/SystemProvided/SystemProvided.html

以下 iPhone 开发人员人机界面指南链接中提到的系统提供的按钮和图标在 SDK 中的何处可以找到? http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/SystemProvided/SystemProvided.html

I expected them to show up in Interface Builder somewhere, but I haven't been able to locate them.

我希望它们会出现在 Interface Builder 中的某个地方,但我无法找到它们。

采纳答案by Timothy Walters

Reading that link pointed me to this page1, which under the appearance heading (as directed) I found the following quote:

阅读该链接将我指向1,在外观标题(按照指示)下,我找到了以下引用:

In addition to custom buttons, you can configure bar button items using several standard images and titles. When a bar button item is selected, the Identifier field of the Attributes inspector lists the type of the button. Choosing a type other than Custom lets you create buttons representing standard system actions.

除了自定义按钮之外,您还可以使用多个标准图像和标题来配置栏按钮项目。选择条形按钮项时,属性检查器的标识符字段会列出按钮的类型。选择自定义以外的类型可让您创建代表标准系统操作的按钮。



1 The original resourcehas been 302ed by Apple since this answer was written, thus the link to an archived copy.

1自撰写此答案以来,Apple 已对原始资源进行了 302 更新,因此是指向存档副本的链接。