I have a list with a few rows, each row containing a switch. I would like to store the boolean values of the list (every time one is clicked) to nsuserdefaults , however im unsure of how to obtain each value. The switch is a UICustomSwitch. Thanks in advance!
Share
Store booleans with
Retrieve booleans with
To integrate this with a swtich, you can do the following;
Store booleans with
Retrieve booleans with