SBSettings

Overview SBSettings runs as an extension to springboard (your iPhone desktop). It has been carefully written to use very little memory and be very fast performing. There is very little RAM in the iPhone and using up all the RAM can cause lots of issues. SBSettings takes this into account in its design and implementation providing you a very thin and fast extension.

Usage: The drop down window defaults to swiping the statusbar. But you can set this to any action in the settings app under activator. As of iOS5, SBSettings will integrate into the notification area. To enable this, load settings, notifications, and find sbsettings and set it to "ON". You can also hit edit and move sbsettings to the top or wherever you want in the order.

The More App
In order to keep memory usage down and the iPhone peforming well, we implemented many of the non-timing critical functions in SBSettings in a separate app that does not use any memory when not running. This app is brought forth by clicking "more". (If you are reading this help page, you must have found out how to get here already!). The following areas are available in the "more" app as of v1.0:

Other points:

Toggles: There are many third party toggles in Cydia.

Adding your own toggles: This feature is in progress. Does not yet exist.