ios4 - in iphone 4 which method call when we close application -


i want know method call when in iphone , application close , again open.

in iphone4 malty task felicity available . want background , foreground method application.

- (void)applicationdidenterbackground:(uiapplication *)application 

when user quits application supports background execution.

and

- (void)applicationwillenterforeground:(uiapplication *)application 

method called part of transition background inactive state. can use method undo many of changes made application upon entering background.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -