Passing data back to TableViewController form DetailsView Controller

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,

@kkcool9. Thanks very much for your question, and my apologies for the delayed response.

The question you’re asking is a common challenge for many developers. I found a good article here that discusses this issue. :slight_smile:

I hope this helps!

All the best!