ios - App launch screen and authentication -


i have app authenticating user using remote api.

is possible use launch screen call api , delay launch of initial controller? haven't figured 1 out.

thanks

launch screen (a.k.a default.png, or -568h, etc.) automatically remove once app loaded. there trick. if want implement such functionality can add uiimageview (with corresponding default.png, or -568h, etc) subview above root vc. , remove after auth.

so user still see launch screen while app authenticating.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -