IRAVIPATEL
IRAVIPATEL

Reputation: 71

How to add UIGestureRecognizer to WKInterfaceImage?

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

Answers (1)

Lukas Kukacka
Lukas Kukacka

Reputation: 7704

You cannot do that.

WatchKit does not support anything from UIKit, therefore it also does not support UIGestureRecognizer.

Upvotes: 3

Related Questions