Bryan C
Bryan C

Reputation: 1594

Reading and Updating application settings from NSUserDefaults using Flipside View Controller

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

Answers (2)

Ortwin Gentz
Ortwin Gentz

Reputation: 54141

You might wanna check out InAppSettingsKit. It doesn't currently offer a picker but can be extended for it.

Upvotes: 1

AlBlue
AlBlue

Reputation: 24040

NSUserDefaults reference is the enlightenment that you seek.

Upvotes: 2

Related Questions