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
Post a Comment