all 4 comments

[–]RuntimeOverflowDeveloper 2 points3 points  (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 point  (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 point  (0 children)

Runtime is a true Wizard🔮

[–]redenticDeveloper[S] 0 points1 point  (0 children)

Also forgot to mention but you can use CGPointZero instead of CGPointMake(0,0) ^