問題描述
我為我的 iPad 應用使用 Default.png 文件.它顯示正確,但我找不到修改啟動畫面持續時間的方法.有人有什么建議嗎?Google 有許多網站展示了如何設置開始屏幕,但找不到解決我的問題的方法.
im using a Default.png file for my iPad-app. It appears correctly but i could'nt find a way to modify the duration of the splash screen. Has somebody any suggestions? Google has many sites that show how to setup the startscreen but could'nt find a solution for my problem.
推薦答案
啟動畫面的人機界面指南 是:不要使用啟動畫面.第二條規則是:不要使用閃屏!:
The first rule of Human Interface Guidelines for Splash Screens is: don't use splash screens. The second rule is: don't use splash screens!:
提供啟動圖像以改善用戶體驗.
Supply a launch image to improve user experience.
避免使用您的發布圖片作為提供的機會:
Avoid using your launch image as an opportunity to provide:
應用程序入口體驗",例如啟動屏幕
An "application entry experience," such as a splash screen
關于窗口
品牌元素,除非它們是應用程序首屏的靜態部分
Branding elements, unless they are a static part of your application’s first screen
如果你絕對必須包含一個長時間的啟動畫面,并且有充分的理由這樣做,通常的方法是拋出一個 UIImageView
包含你啟動圖像的副本,例如, application:didFinishLaunchingWithOptions:
- 應該提供一個冗長的啟動畫面的錯覺.
If you absolutely must include a long-duration splash screen, and have darn good reasons for doing so, the usual approach is to throw up a UIImageView
containing a copy of you launch image in, e.g., application:didFinishLaunchingWithOptions:
- which should provide the illusion of a lengthy splash screen.
但請不要.
這篇關于iOS 啟動畫面的持續時間 (Default.png)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!