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.
|
|
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.
|
|||
|
|
|
|
You should use the NSUserDefaults class for storing settings. It's all documented. |
||
|
|
|
|
Have a look at this example app. |
||
|
|
|
|
Thanks, it really helps! |
||
|
|