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.
make custom image in 640×960px(name:default@2x~iphone.png) , 320×480px(name:default~iphone.png)
go to[name project]/resources/splash
replace them..
Comments
Post a Comment