Is there a library or good tutorial which covers creating in-app settings, like this: http://img.skitch.com/20090625-s8bf6ahybwe3cesd1id38h3nt.jpg
What I would like is if it:
- doesn't use the built-in Settings app, and does not replicate it's settings in the Settings app
- is controlled by a plist file with various Dictionaries and Arrays
- creates a nice looking table view
- allows edit-in-place text fields as well as switches and sliders and ticks etc
- doesn't have any of the annoying problems I've come across when trying to build my own version (not scrolling to show the textfield, cells disappearing)
JUST TO EMPHASIZE: I DO NOT WANT THE SETTINGS TO APPEAR IN THE SETTINGS APP.
It would appear that the iphone dev world is crying out for such a thing.
THANK YOU!