iphone:Detail-disclosure-buttons
出自UXGuide.net
请帮助我们修订和更新本文的译文部分
本文的译文部分可能是由多个贡献者提供或从不同的渠道收集,未经过最终审阅和整理,请您帮助我们一起修订和更新本文的译文部分。
详情显示按钮
Detail Disclosure Buttons
A detail disclosure button reveals additional or more detailed information about something. Usually, you use detail disclosure buttons in table views, where they give users a way to see detailed information about a list item (for more information about this usage, see “Table-View Elements”). However, you can use this element in other types of views to provide a way to reveal more information or functionality.
详情显示按钮揭示了额外的或更多的关于某事物的细节信息。通常用于表格视图中,他们为用户提供了解一个列表项的详细资料的途径(有关此用法的更多信息,请参见“表格视图元素”(第92页))。但是,你也可以在其它视图中使用此元素,用以提供揭示更多的信息和功能的一种途径。
For example, the Maps application displays a detail disclosure button users can tap to access more functionality related to the dropped pin. Figure 9-3 shows an example of a detail disclosure button.
例如,地图应用程序中显示了一个详情显示按钮,用户可以通过点击它访问更多的关于钉子所钉定位置的信息。图9-3显示了一个详情显示按钮的例子。
Figure 9-3 A detail disclosure button reveals additional details or functionality
图9-3 详情显示按钮,显示更多的细节和功能
To learn more about using a detail disclosure button in your code, see UIButton Class Reference.
要了解更多有关在代码中应用详情显示按钮的信息,请参阅 UIButton 类型参考。