Skip to content

Instantly share code, notes, and snippets.

@Pablo-Merino
Created June 4, 2011 11:08
Show Gist options
  • Save Pablo-Merino/1007808 to your computer and use it in GitHub Desktop.
Save Pablo-Merino/1007808 to your computer and use it in GitHub Desktop.
%hook SpringBoard
%class SBStatusBarDataManager
-(void)applicationDidFinishLaunching:(id)application {
id statusBarDataManager = [%c(SBStatusBarDataManager) sharedDataManager];
[statusBarDataManager toggleSimulatesInCallStatusBar];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment