It's clear to me the difference between viewDidLoad
, viewDidAppear
, etc.
What's not clear is where in the execution of a UIViewController
code awakeFromNib
stays.
I've found a previous answer about the awakeFromNib
method, but it's still not clear to me...
Can you provide the correct order of execution for those methods?