When an iOS application is first started, what methods are executed in what order? Do some methods take priority over others?
Asked
Active
Viewed 539 times
0
-
If you want to observe the startup process yourself, my answer to [this similar question](http://stackoverflow.com/questions/7270502/how-to-log-all-methods-used-in-ios-app) provides a way of doing this. – Brad Larson Oct 04 '11 at 22:07
1 Answers
0
You can have a detail explanation for process from the following link,
http://bill.dudney.net/roller/objc/entry/demystifying_iphone_app_startup
or you can take help from here

Mobile Developer iOS Android
- 6,005
- 5
- 34
- 58