I have a view with a textfield and a button (to navigate to the next view).
When I click the button a new view is loaded which has UITableView and is populated from a nsmutablearray. I am selecting multiple rows here, which I am saving in a variable when i click on the button, clicking on this button also takes me back to my first view
Now what I want to do it that this selected data from the second view uitableview or from the variable where i save it should be displayed in the textfield in the first view when I go back.
I don't know how to do this. I am new to xcode. Can someone please help me? Thank you.