views:

108

answers:

2

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!

+1  A: 

InAppSettingsKit

bddckr
The settings appear in the Settings app. I want them to only appear within the app.
cannyboy
+1  A: 

I've used the open source project InAppSettings, and it works well.

Ken Pespisa
The settings appear in the Settings app. I want them to only appear within the app.
cannyboy
Ok, the way you originally worded it, it sounded like you were happy as long as it replicated its settings.
Ken Pespisa
+1 I've used this, and it's seamless and terrifically easy to integrate
Dave DeLong