I am trying to implement a choice system whereby a user can click on a cell in a UITableView called "Select fruit" and then it takes you to another UiTableView that has the fruits selected. After selecting a fruit, I want the user to go back to the original UiTableView but this time the title of the cell says "Apple or Orange" as opposed to "Select Fruit".
I know how I can implement that by using singleton etc :( but was thinking if there was a simpler way.
Any tips would be appreciated.