I\'m sure every cocoa-touch programmer had to face this: I know Apple would like every application to place their settings in the Settings app. But it\'s quite limiting in w
Have you seen mySettings? Uses almost the same plist file as you can use in the Settings app but displays it inside your app.
Incidentally, Apple recommends including frequently changed settings inside your application. Other stuff should be in the Settings app.