I'm implementing two screens ... at first I have a tableview a when I click on one of the cells, I send data to the second screen ...
But when I click on the back button which is a follows for the first screen ... the data I loaded in the tableView, are lost ...
How do I return the first screen without changing the data that is in the tableview?
Thank you