Reputation: 1594
Does any one have a good sample to read and update application settings from NSUserDefaults using a flipside view controller.
I'd like to read and edit 4 fields stored in textbox, pickerview and a slider control. Any sample code would be helpful.
Upvotes: 0
Views: 1418
Reputation: 54141
You might wanna check out InAppSettingsKit. It doesn't currently offer a picker but can be extended for it.
Upvotes: 1