0
I’m implementing two screens... at first I have a tableview to click on one of the cells, sending data to the second screen...
However when I click on the back button that is a follow to the first screen...the data I loaded in tableView, are lost...
How do I return to the first screen without modifying the data that is in the tableview?
Thank you
How are you calling the second screen and then returning to the first? Post the code so we can help you.
– Luis Henrique
You are doing via navigation?
– Lucas Romano