Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed May 29, 2015
1 parent a684e86 commit 1d57d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LXTapGestureRecognizer
System TapGestureRecognizer cannot set maximum taps, so I create a custom TapGestureRecognizer that can set the cap. of taps
System TapGestureRecognizer cannot set maximum taps, so I create a custom TapGestureRecognizer that can set the maximum tap count of taps

For example, if you have two tap gestures, one for single tap and one for double tap, even you set `requireGestureRecognizerToFail`, if you tap 2 + 1 times, you still get two tap gestures triggered.

Expand Down

0 comments on commit 1d57d2e

Please sign in to comment.