iphone:Starting

出自UXGuide.net

跳转到:导航, 搜索

请帮助我们修订和更新本文的译文部分

本文的译文部分可能是由多个贡献者提供或从不同的渠道收集,未经过最终审阅和整理,请您帮助我们一起修订和更新本文的译文部分。

启动
Starting

iPhone applications should start instantly so users can begin using them without delay. When starting, iPhone applications should:

iPhone应用程序应迅速启动,这样用户可以立即开始使用它们,而不会有延迟。启动时,iPhone应用程序应:

指定适当的状态栏样式(关于可用样式的信息, 参见“状态栏”(第67页))。
用发射图像显示相似的应用程序的初始画面。这就减少了应用程序被感知的启动时间。(有关更多信息,参见“发射图像”(第123页))。
避免显示"相关信息"窗口,启动画面,或提供任何其他妨碍用户立即使用程序的体验。
默认情况下,展开纵向。如果你希望你的应用程序仅适用于横向,就用横向, 不管当前设备以什么方向显示。如有必要, 允许用户旋转设备到横向。
A landscape-only application should support both landscape orientations—that is, with the Home button on the right or on the left. If the device is already physically in a landscape orientation, a landscape-only application should launch in that orientation. Otherwise, a landscape-only application should launch in the orientation with the Home button on the right by default.
只有一个方向显示的应用程序,应该同时支持横向和纵向两个方向,也就是说,主页按钮可以在右边也可以在左边。如果该设备本身就只是横向的,只能横向使用的程序就应该在这个方向加载。否则,只支持横向使用的程序的该默认主页按钮应该在右边。
恢复你的应用程序最后一次运行时的状态。

Important: Don’t tell users to reboot or restart their devices after installing your application. If your application has memory-usage or other issues that make it difficult to run unless the system has just booted, you need to address those issues. For example, see “Using Memory Efficiently” in iPhone Application Programming Guide for some guidance on developing a well-tuned application.

重要提示:不要让用户在安装了你的应用程序后重新启动设备。如果你的应用程序存在内存使用或其他问题,使得设备难以运行,只能在系统刚刚启动时加载,那么你需要解决这些问题。例如,参见 iPhone应用程序设计指南中的“高效使用内存”以获得一些指导开发良好的协调的程序的建议。

导航
工具箱