Posts Tagged ‘InAppSettings’

Jan '10
28

After some minor tweaks InAppSettings is fully working on the iPad!! Read the rest of this entry »

Jan '10
21
InAppSettings is an open source iPhone and iPod touch framework for displaying an in app version of the settings from the Settings.bundle.


There has been a lot of debate over whether an app’s settings should be in the app or in the Settings app. InAppSettings is an open source framework determined to remedy this situation once and for all by easily allowing developers to have the same settings in the Settings app in in their app. InAppSettings uses the same Settings.bundle so there is no duplication of files or work. Simply add InAppSettings to the app’s project and call it’s view controler from code or Interface Builder and you’re done! The InAppSettings wiki contains a full guide, including example code, for adding InAppSettings to an iPhone or iPod touch app.


Features:

  • 100% re-implementation of the look and functionality of the Settings app.
  • Easily add InAppSettings to any navigation controller from code or Interface Builder, InAppSettings can also be displayed as a modal view.
  • Support for all versions of the iPhone and iPod Touch OS, 2.0+.
  • Support for settings language localization.
  • InAppSettings contains a class method for initializing all the user defaults in the Settings.bundle.
  • InAppSettings adds additional functionality to the Settings.bundle by adding optional values for in app titles and opening urls.
  • Sample project that demonstrates how to use InAppSettings from code, Interface Builder and a modal view.



InAppSettings was developed by InScopeApps {+} and is distributed under the MIT license so it can be used in free or comercial apps. WoW Status - Free is the first app to be released with InAppSettings, and there are several projects in development that use it.

Jan '10
14

I started InAppSettings about 3 months ago. On monday a friend told me about a similar project called InAppSettingsKit. I of course was curious how they went about solving the same problem, and how the two projects stacked up.

Read the rest of this entry »

Nov '09
22

InAppSettings provides a view controller that will read your applications Setting.bundle, allowing you to have the same preferences in your application and in the system settings. Read the rest of this entry »