Monday, 11 June 2012

preventing a race condition when using two TapRecognizers

I recently had a problem where I had a single tap recogniser and a double tap recogniser. The problem was when someone performed a double tap, the app was also detecting a single tap.

Luckily there is a really easy solution to this.

Stack Overflow Question