Im trying to determine in which order the various functions of a viewcontroller gets launched.
In particular, I would like to know which function gets launched BEFORE a tableview's (which is set up by the viewcontroller) cellForRowAtIndexPath-function.
If I can use any of my preexisting functions, that would be alright. They are:
- awakeFromNib
- viewWillAppear
- numbersOfSectionsInTableView
- tableview: numberOfRowsInSection
- viewDidAppear
- restoreLevel
In particular, I would like to know which function gets launched BEFORE a tableview's (which is set up by the viewcontroller) cellForRowAtIndexPath-function.
If I can use any of my preexisting functions, that would be alright. They are:
- awakeFromNib
- viewWillAppear
- numbersOfSectionsInTableView
- tableview: numberOfRowsInSection
- viewDidAppear
- restoreLevel