Search code examples
iosios5processworkflowbootstrapping

Process flow of an iOS Application


where can i find the whole process flow of an iPhone application, like there are bootstrap processes in web applications that define the flow of processes, calls to predefined hooks, and tells that in which orders functions would be called? functions like:

viewDidLoad()
viewWillAppear()
viewDidAppear()

Searching for the process flow.


Solution

  • You may find this useful as well: http://www.cocoanetics.com/2010/07/understanding-ios-4-backgrounding-and-delegate-messaging/