Check out the UIApplicationDelegate protocol documentation. Also, you should read ALL of the documentation because all of your answers are there.
In addition,you should create an application, and just stick in some NSLog statements in each of your methods. Then run the application and see for yourself how the method calls are made and in what sequence.
|