In-app settings controlled by plist?
- by cannyboy
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
is controlled by a plist file with various Dictionaries and Arrays
creates a nice looking table view
allows 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)
It would appear that the iphone dev world is crying out for such a thing.
THANK YOU!