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