How do I pass a string or data object between two view controllers?

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-24T18:04:29Z Indexed on 2010/05/24 19:01 UTC
Read the original article Hit count: 273

In my last question i asked how to best send a string from one view controller to another, both which were on a navigation stack: http://stackoverflow.com/questions/2898860/pass-string-from-tableviewcontroller-to-viewcontroller-in-navigation-stack

However I just realised I can either pass the path to the file in the app's document's folder as the first (the table view) has already accessed the data in the file should I pass viewcontroller the data to the pushed VC?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about string