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: 136

I have an UITabBarController with two tabs:

  1. UINavigationController
  2. OptionsViewController : 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

Related posts about iphone

Related posts about objective-c