The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
136 views

iOS UITableView; saving cell checkmarks to disk

As per suggestion on SO, I am posting my code here to be reviewed. It was said I should not be saving and reading from disk so many times when a user selects and deselects a cell in my tableView. ...