How do I pass NSString data from one view to another
- by user317892
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?