iphone:Launch-images

出自UXGuide.net

跳转到: 导航, 搜索

启动图像
Launch Images

To enhance the user’s experience at application launch, you should provide a launch image. A launch image looks very similar to the first screen your application displays. iPhone OS displays this image instantly when the user taps your application icon on the Home screen. As soon as it’s ready for use, your application displays its first screen, replacing the launch placeholder image.

为了提高应用程序启动时的用户体验,你应当提供一幅启动图像。启动图像通常与你应用程序要显示的第一屏非常相似。iPhone OS 会在用户在主屏幕上点击你的应用程序图标时立即显示该图像。一旦程序可以使用,你的应用程序将显示其第一屏,替换启动占位图像。

It’s important to emphasize that the reason to supply a launch image is to improve user experience; it is not an opportunity to provide:

有必要强调一下提供启动图像的目的在于提高用户体验。而不是用于提供:

“应用程序进入体验,如 Splash Screen
关于窗口
品牌宣传元素,除非它们本身就是你应用程序第一屏上的静态部分。

Because users are likely to switch among applications frequently and quickly, you should make every effort to cut launch time to a minimum, and you should design a launch image that downplays the experience rather than drawing attention to it.

由于用户往往会在应用程序之间频繁快速地切换,你应当竭尽全力降低启动时间,而且你设计的启动图像应当能够减轻等待的体验,而不是吸引注意。

To do this, you should design an image in PNG format that:

要实现这一点,你应当以 PNG 格式设计满足下列条件的图像:

Name your launch image file Default.png and place it at the top level of your application bundle. To learn more about the contents of the application bundle, see iPhone Application Programming Guide.

将启动图像文件命名为 Default.png 并放在你应用程序包的最顶层。要进一步了解关于应用程序包的内容,参见 iPhone Application Programming Guide 中的“The Application Bundle”

If you think that following these guidelines will result in a very plain, boring launch image, you’re right. Remember, the launch image is not meant to provide an opportunity for artistic expression; it is solely intended to enhance the user’s perception of your application as quick to launch and immediately ready for use. The following examples show you how plain a launch image can be.

如果你觉得遵照这些准则做出来的启动图像非常平淡无趣,那就对了。记住,启动图像并不是用作艺术展示的,而只是纯粹用于让用户觉得你的应用程序启动迅速立即就绪。以下是一些启动图像的例子,看看能够无趣到什么程度。

The first example is the launch image for the built-in Settings application, shown in Figure 11-3. The Settings launch image displays only the background of the application, because no other content in the application is guaranteed to be static.

第一个例子是内置的设置应用程序的启动图像,如图 11-3 所示。该设置启动图像仅包含了应用程序的背景,因为应用程序中的其他内容都不是静态的。

Figure 11-3  The launch image for the Settings application
图 11-3 设置应用程序的启动图像

ic_defaultsettings.jpg

Another launch image example comes from the built-in Stocks application, shown in Figure 11-4. Note that the only images included in the launch image are static images, which are always visible in the front view of the Stocks application.

另一个启动图像的例子来自于内置的股票应用程序,如图 11-4 所示。注意启动图像中包含的唯一一幅图像是静态图像,

Figure 11-4  The launch image for the Stocks application
图 11-4 股票应用程序的启动图像

ic_defaultstocks.jpg

个人工具
名字空间
变换
动作
导航
工具箱