Skip to content

Display your iPhone Settings bundle inside the Application

Notifications You must be signed in to change notification settings

digideskio/InApplicationSettings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

InApplicationSettings

Overview

The is an iphone settings bundle editor that you can use inside your application.

The settings bundle inside your application describe a set of preferences that can be editied inside the Settings applicaiton. The settings bundle is a static plist file. This is great since it saves you a lot of coding, but it has some issues:

  • You cannot programatically redirect the users to your settings pane. So at the first launch of the application all you do is putting up an alert “Please use the Settings application to configure application.”. This is less than user-friendly.
  • You cannot define any custom elements. Nor can you display dynamic information.

This project helps to solve these problems by reimplementing a preferences editor, that closely resembles to the editor in settings applicaiton.

About

Display your iPhone Settings bundle inside the Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%