Passing string via popviewcontroller to custom cell?
Hi all,
I have a table with customs cells containing two UILabels, one label is populated from an NSDictionary / Array, the other is empty.
When a cell is selected a second view is pushed onto the stack containing a textfield and a button. The user is prompted to enter text into the textfield and press the button to pop the view from the stack therefore returning to the table view.
What I cannot work out, is how do I update the empty label in the selected cell with the text from second view?
I hope this makes sense!
|