I am New to the iPhone Development. How can i carry a string value from view2 to view1 when using navigation bar.
I have no problem in carrying string values from view1 to view2 to....by using pushviewcontroller But when i come back to previous views using Back button of navigation bar, I cannot able to hold string values.
I already seen post related this "http://stackoverflow.com/questions/2903967/how-return-a-value-from-view2-to-view1-when-using-navigation-bar" and that is not worked for me or may be i did wrong.
I need your help in solving this issue.
Thanks in advance,
Nagarajan Govindarajan.