Possible Duplicate:
Passing Data between View Controllers
I have two UIViewController
: "MenuViewController" and "DetailViewController".
I'm trying to set DetailViewController's label text as a NSString
in the MenuViewController, but doesn't work.
Does anyone know how to do this?