J jitesh61 macrumors newbie Original poster Oct 15, 2008 2 0 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 17, 2003 2,390 1 Hitchin, Herts, UK Feb 6, 2009 #2 Just make them properties in the second view controller and set them before pushing it.