Any way to save a tableview?

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?

There is no easy way to save the tableView. You would save your data, the current row, and any interactions.

Rob

Ok, thanks!

There is no easy way to save the tableView. You would save your data, the current row, and any interactions.

Rob

Ok, thanks!