tags:

views:

14

answers:

1

Hi, I want to move application on background won call or when user press home button. Please suggest

A: 

A great place to start learning about iOS multitasking is the iOS Application Programming Guide. Specifically, the sections on the application life cycle, multitasking, and executing code in the background.

Robot K