Contents

crownDidBecomeIdle(_:)

Called when the user stops rotating the crown.

Declaration

optional func crownDidBecomeIdle(_ crownSequencer: WKCrownSequencer?)

Parameters

  • crownSequencer:

    The crown sequencer object reporting the change.

Discussion

The crown sequencer calls this method when the crown finally comes to rest. The sequencer calls this method only after one or more calls to the crownDidRotate(_:rotationalDelta:) method.

See Also

Related Documentation

Receiving Crown Events