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

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -