Retrieve navigationController from subviews
Hi,
I'm looking for a way to retrieve the navigationcontroller form subviews.
In my hierarchy I have a navigationController->ViewController->View1->subview1...
So if I wan to get navigationControlle from subView1 I should pass the pointer from viewController to View1, then from View1 to subView1.
Is there a way from SbView1 to get navigation controller without passing the navigator controller many times?
Thanks in advance
Bye
|