objective c - different static images for ios app - for launch and for "applicationdidenterforeground" -


based on understand @ least 1 "default.png" image required ios apps used launch image when app loading.

however, have situation when app 1st launches has login screen looks different menu-screen used in post-login phases of app.

im looking see if there way supply 1 default.png image used if app in "not logged in state" , image when app in "logged in state". state set when app goes background. when comes foreground correct background used.

is possible?

thanks

you cannot change launch image beyond localization.

if have navigation bar or that's constant between 2 views, show in launch image. if not, logo might better user experience.

there many cases decide not use launch image appears actual ui (it's intended purpose), , may 1 of them.

on 1 of apps, first view has buttons text on it. if included launch image each localization (for each device , orientation), bundle have grown quite large, , beyond 50mb limit cellular download.

also, seemed odd behavior have buttons on launch image nothing if pressed until app finished loading.

therefore, decided forgo traditional use of launch image , put company name in sort of splash screen on instead.

my app in app store, apple fine these kinds of choices.

i have created launch images blank, disabled buttons, or no buttons @ all, again, seemed odd me. launch image used splash screen gives effect user app launched immediately.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -