vote up 0 vote down star

I'd like to allow user to change the setting of app. But I am not sure where shall I save the configuration.

Is there any local space allocated for app?

Thanks.

flag

79% accept rate

3 Answers

vote up 4 vote down check

You should use the NSUserDefaults class for storing settings. It's all documented.

link|flag
vote up -1 vote down

Have a look at this example app.

link|flag
vote up 0 vote down

Thanks, it really helps!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.