I got 2 views in my app. view1 present view2. I can do it throught presentModalViewController
or like this : self.navigationController pushViewController
it dosent matter.
I need to select some row in view2 and then go to view1 with some information. How can i do it without singeltones and global variables?