Reputation: 71
Currently I am working with apple watch kit app.
I want to add UIGestureRecognizer
to WKInterfaceImage
.
Is it possible to add UIGestureRecognizer
to any WatchKit app control?
Thanks
Upvotes: 3
Views: 701
Reputation: 7704
You cannot do that.
WatchKit does not support anything from UIKit, therefore it also does not support UIGestureRecognizer.
Upvotes: 3