Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top