objective c - iPhone app login issue -


i have iphone application i'm working on , far have created login page application such phone's user can access application. login works fine , application works fine, when hit home button, app "minimized". , if accessed again task switcher doesn't prompt password.

what best way go getting app request password. if helps use navigation controllers , have 1 view dedicated login.

thanks help.

can't check app activated in appdelegate?

- (void)applicationdidbecomeactive:(uiapplication *)application {     [self showloginwindow]; } 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -