The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
/System/Library/CoreServices/SpringBoard.app
Summary
SpringBoard.app is essentially iOS's graphical user interface (much the same as GNOME is to Linux, Explorer is to Microsoft Windows, and Finder is to Mac OS) and manages graphical services ranging from icon badges, the dock, multitasking, and folders (among others). When it is launched, it registers PurpleSystemEventPort, essentially making it the main application.
Primary Functions
- SpringBoard acts a stacking window manager, rendering the child applications
- SpringBoard acts as a GS event pump, providing system events
- SpringBoard activates/deactivates and manages memory of the UIKit applications it launches
- SpringBoard is responsible for most of the interactions with CoreTelephony
MobileSubstrate Extensions
After jailbreaking the device, SpringBoard.app can be extended with 3rd party extensions injected by Mobile Substrate.
Alternatives
Apple developers and service center employees use SpringBoard's alternative called SwitchBoard.app. A simple launcher for other developer utilities, such as SkankPhone (SkankPod if on iPod device) and BurnIn.
Main Application Ports
- com.apple.SpringBoard
- com.apple.SpringBoard.UIKit.migserver
- PurpleSystemEventPort
- CARenderServer