Hi.
I have a tableview, to which I’m inserting rows based on user input. The rows change frequently due to users’ interaction. I would like the tableview to preserve its content after restarting the app.
Is there any way to save the whole tableview state into a file, or do I need to save the user interaction data separately and re-render all rows upon app launch based on that?