That works to load it but I want to save the state when there is a change to the switch state and want to load the saved switch state when the app loads.
Post
Replies
Boosts
Views
Activity
Yes, I want to display data in the tableview. I have a label and a switch in the custom cell. I want to display it in the settings so users can turn the switch on or off. I want the switch to default to off. When the user turns the switch on, I want to save the state of the switch and then when the user returns to the app, I want the saved state of the switch to load.
Thanks