Search code examples
apple-watchgesture-recognition

Long press gesture in apple watch?


In my apple watch extension i want to use long press gesture functionality. Is there any api equivalent to UILongPressGestureRecognizer. Here my requirement is, on watch extension i have table want to make long press on cell then that cell value should show into Glance.

I found new force touch gesture in apple watch is it similar for my requirement?


Solution

  • This is currently not possible. You can only open up a menu using Force Touch. Refer to the documentation.