objective c - iPhone Passcode Entry Points -


i've written passcode system iphone app, , have working in -applicationdidfinishlaunching method, wondering other methods have override account things sleep, , multitasking?

for app delegate, probably

- (void)applicationdidbecomeactive:(uiapplication *)application; 

and

- (void)applicationwillenterforeground:(uiapplication *)application; 

you might want use:

- (void)applicationsignificanttimechange:(uiapplication *)application; 

i think covers it, though.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -