views:

2286

answers:

3

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.

+5  A: 

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

Ben Gottlieb
A: 

Have a look at this example app.

Dan
A: 

Thanks, it really helps!

BlueDolphin