Questions tagged [wktapgesturerecognizer]

UI Class for gesture recognition as part of WatchKit framework for Apple watchOS

UI Class for gesture recognition as part of WatchKit framework for Apple watchOS, https://developer.apple.com/documentation/watchkit/wktapgesturerecognizer

2 questions
0
votes
1 answer

Detecting when a SKNode is tapped on Apple Watch

I'm writing an app for Apple Watch using SpriteKit, so I don't have access to functions like touchesBegan and I have to use a WKTapGestureRecognizer to detect taps, no big deal, but I have issues detecting taps on a node. In my InterfaceController I…
0
votes
1 answer

How to detect a tap on a WKInterfaceGroup added within a table row controller?

So this is my InterfaceController hierarchy: -> InterfaceController -> Table -> RowController -> Group A -> Group B -> Gesture I've also implemented override…