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.

How to use InAppSettings in Your App

InAppSettings contains two view controllers and one class method.

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'.

xcodeadd.png

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'.

sourcetreeadd.png


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