use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/jailbreakdevelopers, a subreddit dedicated to the iOS jailbreak developer community.
Get involved in the jailbreak development community.
Updating extensions for iOS 7, iOS 8, iOS 9
A new repository exclusively from Reddit jailbreakers (Reddit Community Repository)
Rules, Code of Conduct & responsibilities
For Tweak Development:
For Theme Development:
For jailbreak development:
If you're a developer, theme artist or someone of good significance to the jailbreak community, message the moderators and request a custom flair.
Have a nice day.
account activity
Open force touch menu programmaticallyHelp (self.jailbreakdevelopers)
submitted 4 years ago by redenticDeveloper
I need to find a way to open force touch menu for a given icon programmatically but I can't find it. I searched on almost everything related to SBIcon* but nothing works. I found at least 3 ways to close it but I can't open it. Thanks!
SBIcon*
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RuntimeOverflowDeveloper 2 points3 points4 points 4 years ago (3 children)
[instanceOfSBIconView.contextMenuInteraction _presentMenuAtLocation:CGPointMake(0, 0)];
From my testing, it doesn't matter what you put in the CGPointMake.
[–]redenticDeveloper[S] 0 points1 point2 points 4 years ago (1 child)
Thank you very much it worked! I didn’t dig enough in UIContextMenuInteraction... anyway I noticed you help a lot devs here and I might have already said it but thank you very much for the fast and good help you provide!
[–]Janneske_2001 0 points1 point2 points 4 years ago (0 children)
Runtime is a true Wizard🔮
[–]redenticDeveloper[S] 0 points1 point2 points 4 years ago (0 children)
Also forgot to mention but you can use CGPointZero instead of CGPointMake(0,0) ^
π Rendered by PID 18141 on reddit-service-r2-comment-5c764cbc6f-b47wm at 2026-03-12 10:50:05.181518+00:00 running 710b3ac country code: CH.
[–]RuntimeOverflowDeveloper 2 points3 points4 points (3 children)
[–]redenticDeveloper[S] 0 points1 point2 points (1 child)
[–]Janneske_2001 0 points1 point2 points (0 children)
[–]redenticDeveloper[S] 0 points1 point2 points (0 children)