J jitesh61 macrumors newbie Original poster Feb 6, 2009 #1 Hi, I want to pass the index of selected row to another view. for example If I select row 3 thn value = 2 should pass to the other view where I can use that value.. 🙂
Hi, I want to pass the index of selected row to another view. for example If I select row 3 thn value = 2 should pass to the other view where I can use that value.. 🙂
caveman_uk Guest Feb 6, 2009 #2 Just make them properties in the second view controller and set them before pushing it.