Skip to content

Commit

Permalink
Update LXTapGestureRecognizer.m
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Jun 5, 2015
1 parent 97253e7 commit e331ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LXTapGestureRecognizer.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ -(instancetype)initWithTarget:(id)target action:(SEL)action {
self = [super initWithTarget:target action:action];
if (self) {
_maxTapCount = 2;
_allowMoving = YES;
}
return self;
}
Expand Down

0 comments on commit e331ce5

Please sign in to comment.