Apple Watch: Entry Number Using Digital Crown Like Alarm App

How to increase / decrease number with Digital Crown like Alarm app?

https://www.apple.com/watch/timekeeping/

+3


source to share


2 answers


At the moment, third-party developers do not have access to the digital crown.



+2


source


As with WatchOS 2, it is now possible to access the digital crown for certain types of input.

To do this, create WKInterfacePicker

. The items suggested for selection by the user can be text, images, or a combination of both.



To use WKInteracePicker, add it to your WatchKit app and add an output to the interface controller in the WatchKit extension. Then for the controller interface, call myPicker.focus()

.

See Apple documentation for more details.

0


source







All Articles