Apple watch force touch?

Hi Guys,

May I know can I turn of force touch to my apple watch?

Eg: If condition A = true, then my apple watch force touch will be turn on, else the force touch will be turn off.


I had check the menu control, it can't link to any refrence and cant set to hidden as well.

Can this be done?


Regards,

Ryan

You can't disable Force-Touch programmatically but you can remove Menu Items when needed:

func clearAllMenuItems()


You can also re-add Menu Items:

func addMenuItemWithItemIcon(_ itemIcon: WKMenuItemIcon,
                       title title: String,
                      action action: Selector)
Apple watch force touch?
 
 
Q