I want to add a tick box (or if checkbox is a better name) in a table to every table row.
A small simple box to mark if a row is read or not. Just to remember.
And of course to be saved when I close the app.
And also to still be unchanged if the app is updated.
Is there an easy way to do that?
Is there any samples around?
In the following code I am using a code for making a todo list, here I am using two
NSMutableArrayitsToDoTitle and itsToDoChecked to populate the table rows..I hope this will help you..You can have the the itsToDoTitle and the itsToDoChecked Array in
NSUserDefaultsor you can write in some properties file so that you will have the same list again..