How to access data from one view to another view?
Posted
by falkon
on Stack Overflow
See other posts from Stack Overflow
or by falkon
Published on 2010-06-09T19:01:20Z
Indexed on
2010/06/09
19:02 UTC
Read the original article
Hit count: 186
I have an UITabBarController with two tabs:
UINavigationControllerOptionsViewController : UIViewController
How can I reach data (ie. UILabel.text) set in OptionsViewController, in a new added modal View which has been invoked from UINavigationController?
© Stack Overflow or respective owner