Sandeep Kumar Gupta
Sandeep Kumar Gupta

Reputation: 129

How to show Context Menu in watchkit programmatically?

I want to show a context menu on tapping glance.
I am using a user activity method in InterfaceController (which handles tapping on Glance).

Is there any way to show a context menu programatically without “Force Touch”?

Any help would be appreciated.

Upvotes: 1

Views: 1272

Answers (1)

Mike Swanson
Mike Swanson

Reputation: 3347

The only way to show a context menu is with a Force Touch.

Separately, Glances are read-only, meaning that they do not support interaction. Tapping the Glance launches your WatchKit app, but that's all the interaction that's allowed. See the Apple Watch Programming Guide for more information.

Upvotes: 3

Related Questions