How do I pass NSString data from one view to another
Posted
by user317892
on Stack Overflow
See other posts from Stack Overflow
or by user317892
Published on 2010-04-15T19:29:21Z
Indexed on
2010/04/15
19:33 UTC
Read the original article
Hit count: 247
I have an app that is a TableView that drills down to a Detail View (UIView). On the detail view, I have three buttons that each add a different view to the stack. But I also want to pass some of the NSString variables from the detail view to the newly added views. How do I do that?
© Stack Overflow or respective owner