Skip to content

Instantly share code, notes, and snippets.

@ninjaprawn
Created October 14, 2015 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninjaprawn/f20cdaab6f8e9c2629f6 to your computer and use it in GitHub Desktop.
Save ninjaprawn/f20cdaab6f8e9c2629f6 to your computer and use it in GitHub Desktop.
3D Touch Menu cycript
var app = [SBApplicationController sharedInstance];
var ap = [app applicationWithBundleIdentifier:@"com.apple.camera"];
var appicon = [[SBApplicationIcon alloc] initWithApplication:ap];
var iconView = [[SBIconViewMap homescreenMap] mappedIconViewForIcon:appicon];
[[SBIconController sharedInstance] _revealMenuForIconView:iconView presentImmediately:true];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment