NSUserDefaults with in-app Settings bundle

Posted by Hema Vasudevan on Stack Overflow See other posts from Stack Overflow or by Hema Vasudevan
Published on 2012-11-18T16:57:07Z Indexed on 2012/11/18 16:59 UTC
Read the original article Hit count: 152

Filed under:
|

I'm in the process of building an app and would prefer to have an in-app specific Settings bundle rather than make it available in the Settings application. I'm using NSUserDefaults class to save and retrieve them but would like to have the same Settings app look and feel. I wanted to use InAppSettingsKit or the llamasettings but don't know how to use the NSUserDefaults class. Those kits tell me how to create a .plist file and use their kits. All I need is use the Settings app look and feel while at the same time use NSUserDefaults class to save and retrieve values.

Please help.

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode