i m new to stackoverflow and this is my first question. My question is : I have a UINavigationController and have a UITableView inside it. I pass parameter to another view when a cell is clicked in tableview with didSelectRowAtIndexPath method, and i show the cell information in a label in another view which I called SecondViewController. Inside SecondViewController i have another label and i want to pass it's value to the selected cell's subvalue. As a conclusion i want to pass a value back to navigationcontroller's mainview.
Thanks for all your incoming responses. Regards, ae