Hi,
I am having trouble figuring out how to send data back to table view controller from details view controller.
Here is the scenario.
When the user taps the cell it segues to details view controller containing a text field and the data entered in the text field should be used to populate the corresponding cell in the table view on navigation back.
Any suggestions will highly be appreciated.
Thanks,