views:

34

answers:

2

I've got application settings working just fine. However, I'd like to be able to change my app settings from within my app.

It seems as though there should be some kind of generic way to add this functionality to my app without having to recreate all the controls myself. I mean, the code is already written in apple's settings app.

Maybe someone wrote this code and open sourced it? (if it is not already available)

A: 

A lot of people have thought the same; file a bug with Apple, and maybe eventually they'll listen.

Ben Gottlieb
A: 

I believe you're looking for NSUserDefaults. The documentation is available here.

richleland