This is a root viewController. Is it possible to access to this variable from appDelegate class?
I mean inside AppDelegate: self.window.rootViewController.somethingToDo()
The problem is that is I attach this object using a @IBOutlet
it seems this variable will be initialized at viewDidLoad()
state. This is a too late state.
Is there any other method to access?