Reputation: 9765
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?
Upvotes: 2
Views: 6011
Reputation: 85542
You should use the NSUserDefaults
class for storing settings. It's all documented.
Upvotes: 9