keegan3d / InAppSettings
InAppSettings provides a view controller that displays the application's Settings.bundle as it appears in the iPhone settings. Allowing the same preferences in app and in the iPhone settings.
$ hg clone http://bitbucket.org/keegan3d/inappsettings/
How to use InAppSettings in Your App
InAppSettings contains two view controllers and one class method.
- InAppSettingsViewController is a view controller that can be used from code and Interface Builder.
- InAppSettingsModalViewController is a view controller that can be used for modal views.
- [InAppSettings registerDefaults] initializes all the user defaults from the Settings.bundle.
Getting the framework
Download just the framework or the framework and test app.
You can also checkout the code from bitbucket:
hg clone http://bitbucket.org/keegan3d/inappsettings
There is a great open source app for working with mercurial repositories called Murky.
How to add InAppSettings to Your App
Drag InAppSettings into your project in Xcode. Make sure the dialog looks like this, then press 'Add'.

If you will be using InAppSettings in multiple projects, and I hope you do:), add InAppSettings to your source trees in the Xcode preferences. If you do this the 'add' settings should look like this, then press 'Add'.

This revision is from 2010-01-28 09:49
