Possible Duplicate:
ios5 how to pass prepareForSegue: an object
I love storyboards, but i cannot pass data from viewController1 to viewController2 using storyboards. I have researched, and found out a little about prepareForSegue. But im still lost! How can I simply pass a string from vc1 to vc2 when using prepare for segue? I have 1 button to switch views, and pass the string. Thanks in advance!
:D