I currently have a simple tableview with 7 cells in it. When a row is selected I add a checkmark to a cell and vice-versa when a cell that is already checked is selected it is unchecked.
However when I go back out of the tableview and return all the check marks are gone.
I was wondering what is the simplest solution in IOS to keep the state of the checked cells so that when I return to the table view the check marks are still there for the checked cells?
I read a number of posts a while back on the subject. It figures I can’t find the exact one that helped me, but here are a few I thought were good: