Skip to content

Commit

Permalink
Swipe gestures need wait
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jul 29, 2012
1 parent fc0fdc9 commit 0d91eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UIView+FrankGestures.m
Expand Up @@ -51,6 +51,7 @@ -(void)swipeInDirection:(NSString *)dir {
}

[self dragAlongPathWithPoints:swipePath count:NUM_POINTS_IN_SWIPE_PATH];
[NSThread sleepForTimeInterval:0.5];
}

@end

0 comments on commit 0d91eb0

Please sign in to comment.