Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
SBDisplayStack - iPhone Development Wiki

SBDisplayStack

From iPhone Development Wiki
Revision as of 10:11, 25 October 2009 by KennyTM~ (talk | contribs) (Created page with 'SBDisplayStack is a private class in {{applink|SpringBoard}} that arranges SBDisplays. There are 4 display stacks, all being private and cannot be accessed directly due t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SBDisplayStack is a private class in SpringBoard that arranges SBDisplays. There are 4 display stacks, all being private and cannot be accessed directly due to stripping. As of 3.1, these 4 stacks are:

VM address (3.1, armv6) Stack name
*0x107540 __SBWPreactivateDisplayStack
*0x107544 __SBWActiveDisplayStack
*0x10753C __SBWSuspendingDisplayStack
*0x107548 __SBWSuspendedEventOnlyDisplayStack

If you want to use these stacks without hardcoding the pointer, you may hook -[SBDisplayStack init] and store a reference of the return values.

References