Possible Duplicate:
iOS: Communicating to parent view controller
Suppose I have 2 viewControllers named FirstViewController and SecondViewController
Now using navigation I go from FirstViewController to SecondViewController.
Now I have one array named resultArray on SecondViewController
and I want to get the value of resultArray on FirstViewController
then how can I get the value on FirstView Controller?
Any idea?