objective c - WKInterfaceButton response time -


my watch app contains number pad created wkinterfacebuttons. quite basic, every button represents digit (0-9) , has ibaction updates 1 wkinterfacelabel. ibactions don’t contain heavy work (no web service calls or core data updates), concatenation of selected digit entered number , updating label's text.

now if quickly press same button twice or more times button don’t respond next press (it feels touch down still active , button not responding yet). understand interaction watch requires round-trip communication between watch , iphone, still working slower other watch apps have seen implements similar number pad. ideas how can improve button’s response time?

you can't improve response time. watchkit ui interactions sent via bluetooth app's extension. extension provides ui feedback apple watch.

therefore, delay dependent on connection between apple watch , phone, , never able control it.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -