When do the appdelegate methods get called in relation to the view lifecycle methods of your initial view controller?

nvrtd frst picture nvrtd frst · Jul 6, 2013 · Viewed 10.4k times · Source

What is the sequence of methods that get called when your app loads, especially for these methods:

  • applicationDidFinishLaunching
  • viewDidLoad
  • viewWillAppear
  • applicationDidBecomeActive
  • awakeFromNib

Answer

NULL picture NULL · Jul 6, 2013

U could checkout this site http://www.cocoanetics.com/2010/07/understanding-ios-4-backgrounding-and-delegate-messaging/ & this flow chart of application. and check out this flow chart.... enter image description here