views:

36

answers:

1

Hi @ll,

i know the feature of generating a nice looking table view for the iPhone's system settings menu by creating a Settings.bundle with a plist file where you define all the different elements for the table view (type, key, default value etc..) My Question: is there any way to create such a table view within the application? ...to be quick and avoid bothering with the IB ;) Thanks in advance!

Patrick

A: 

Maybe the inAppSettingsKit will give you a nice start.

Diederik Hoogenboom