I have just started developing iphone applications, but now i’m stuck with this problem, my problem is,
how to pick a data from table view and bring it back to previous view.
if you can give me a sample code that would be really appreciated.
Thank in advance,
prasad.
I don’t think altering AppDelegate will be a good practice although it will work. You should prefer creating a Model class where you can create a variable and set its value in your table. When you go back to previous view you can use the same variable which contains the selected table value.
Good luck..!!