Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

  • applicationDidFinishLaunching
  • viewDidLoad
  • viewWillAppear
  • applicationDidBecomeActive
  • awakeFromNib
like image 922
nvrtd frst Avatar asked Jul 06 '13 00:07

nvrtd frst


1 Answers

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

like image 199
NULL Avatar answered Sep 21 '22 08:09

NULL