Reputation: 2121
I need to know the method that gets executed when;
1.) the application resumes from the background (if we send the application to the background, and later when we resume the application from background)
2.) while using the application, the screen gets locked, and then we have to slide the lock screen slider to get in to the app. What is the method executed then.
Upvotes: 2
Views: 2733
Reputation: 5782
I think this flow diagram make it very easy for you understand all your questions. Hope it helps..
Courtesy: http://www.cocoanetics.com/files/UIApplication_Delegate_post_4_v122.pdf
Upvotes: 12