Watchkit password button press detection

In the password setting window for the apple viewing screen, the access code at the top is updated as soon as the user presses the buttons, not after lifting their finger. How do I achieve this in Xcode 6.3? Since the only event triggering ibaction is the touch up event

+3


source to share


1 answer


I don't think this behavior is possible in the current version of WatchKit. Apple most likely uses its own internal method to achieve this (as do many / most default browsing apps). Hopefully we'll get more functionality in the next major update.



+1


source







All Articles