2

I'm working on UIViewControllerPreviewing in Objective-C, Peek and pop working fine but I need like Twitter 3D Touch like below Image, I mean I need options when we use 3D Touch.

enter image description here

But using UIViewControllerPreviewing, I'm unable to achieve this.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Bittoo
  • 579
  • 7
  • 21

1 Answers1

2

I think you need this UIContextMenuInteraction - Use a UIContextMenuInteraction object to focus the user's attention on a specific portion of your content, and to provide actions for the user to perform on that content. A context menu interaction object tracks Force Touch gestures on devices that support 3D Touch, and long-press gestures on devices that don't support it.

Hope this helps!

zenwraight
  • 2,002
  • 1
  • 10
  • 14