|
|
|
|
|
by josephlord
4655 days ago
|
|
Most actions in iOS are consistently handled on touch up and the timer is correctly consistent with this. The stopwatch is for accurate timing and choosing to break the iOS convention for this specific use case does not seem surprising or arbitrary to me but a conscious design choice to improve the function of the feature. Guidelines are of course made to be broken (occasionally). |
|