Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. -(void)applicationWillResignActive:(UIApplication *)application
  2. {
  3. //write here code for save your data
  4. }
  5.  
  6. -(void)applicationDidEnterBackground:(UIApplication *)application
  7. {
  8. //write here code for save your data
  9. }
  10. -(void)applicationWillTerminate:(UIApplication *)application
  11. {
  12. //write here code for save your data
  13. }
  14.  
  15. [classobj saveHere];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement