Referencing a TableViewController property when it is buried on a NavigationController stack.
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2009-12-15T23:02:06Z
Indexed on
2010/04/16
20:03 UTC
Read the original article
Hit count: 224
Hello,
I have a UINavigationController with two UITableViewControllers pushed onto its stack. Is there any way to reference a property on the first TableViewController that is under the second? I would like to do this in the second controller's viewWillAppear method.
Thank you for any help you can give....
© Stack Overflow or respective owner