How to create watch UI like changing the daily move goal screen in the activity app?. Please refer the attached image file. I should be able to change the number using watch digital crown as well as + and - icon. Can somebody help me to create the similar UI ? refer the UI component marked with red border in the image
I achieved the component by placing button(for -),label(for count value) and button(for +) on the group and added the logic in the each button action. But I would like to change the count value using digital crown. Is it possible to access the digital crown programmatically?