creating new default settings in iPhone App on the fly
is it possible to create new default settings in an iPhone App on the fly?
I know how to modify exist开发者_StackOverflow中文版ing ones but have not been able to find some code snippets to create brand new ones.
Your help is much appreciated.
Kind Regards
Vlad
You need to use NSUserDefaults.... look here for documentation and here for an example on how to use it.
精彩评论