I'm very excited about the new user interaction possibilities introduced by the Apple Watch, among them, Force Touch and Digital Crown.
However, I couldn't find mentions of them in the WatchKit API. Are there any ways to receive events from Force Touch / Digital Crown? Is it possible to have custom handlers for the events?
watchOS 3 adds
WKCrownSequencer
andWKCrownDelegate
to report the state of the digital crown (such as rotational speed), as well as to receive notifications when the user rotates the crown.You can use the crown sequencer to provide general input to control scenes or interface objects.
Apple has updated their WatchKit Catalog sample code to include a WKInterfaceController crown sequencer example demonstrating how to use the Apple Watch digital crown to interact with other objects: