1

Is it possible to replace the splash screen for iOS and Android with a custom one?

As far as I know there are 2 splash screens in iOS PhoneGap:

  • The "normal" iOS splash screen
  • The PhoneGap splash screen (same image with a spinner)

Would it be possible to:

  • replace the "normal" iOS splash on runtime as it is possible with normal xCode Projects
  • replace the "spinner" splash screen (I couldn´t figure out if that´s the phonegap-plugins / iPhone / SplashScreen code or not)

It seems that the normal xCode ways of doing things get overwritten. I´m a bit confused by that as I´m new to PhoneGap.

4

1 回答 1

10

是的,你可以这样做。

  1. 制作 640×960px(name:Default@2x~iphone.png) 和 320×480px(name:Default~iphone.png) 的自定义图像

  2. 转到[命名您的项目]/资源/splash

  3. 替换它们..

于 2012-06-30T14:58:06.563 回答