Possible Duplicate:
Passing Data between View Controllers
I have two view controllers and I want to get some information from the previous view in my app. e.g:
In my app I go from the first page to the second. Depending on what button the user pushes, I want to change the info on the second screen. What's the fastest and easiest way to do this? I tried importing the class and rebuilding but that recreates the string obj and doesn't keep the info that I want.