I have a tableView(first view).. and the detailView(next view) containing the details of that table. now on selecting a particular row from the first view i want to pass the index number of selected row from didSelectRowAtIndexPath of first view to the initWithNibName of the next view. Please help.. if possible give example thru code.. thnx!
|
feedback
|
|
You can implement an own method in your view controller you want to instantiate and call that method instead of
And fix your accept rate or you will not get much more help here. | |||||
feedback
|