ios - Custom PhoneGap slash screen -


is possible replace splash screen ios , android custom one?

as far know there 2 splash screens in ios phonegap:

  • the "normal" ios splash screen
  • the phonegap splash screen (same image spinner)

would possible to:

  • replace "normal" ios splash on runtime possible normal xcode projects
  • replace "spinner" splash screen (i couldn´t figure out if that´s phonegap-plugins / iphone / splashscreen code or not)

it seems normal xcode ways of doing things overwritten. i´m bit confused i´m new phonegap.

yeah,you can that.

  1. make custom image in 640×960px(name:default@2x~iphone.png) , 320×480px(name:default~iphone.png)

  2. go to[name project]/resources/splash

  3. replace them..


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -