I have a WKInterfaceButton which is used to increase value of weight user has selected. However the default behaviour is each time user presses the button the quantity increases by one, I want to achieve the effect where as long as the user keeps the button pressed, the quantity should increase and when user lifts the finger the final value of the quantity should be assigned to weights.
Touch events doesn't seem to be available on watchOS. I looked for WKGestureRecognizer but there are only four of them available, out of which none of them serve my purpose. How can I achieve this behaviour?