detect Swipe gesture in UIWebview
问题 I am new to iPhone developer, I made epub reader and loaded each page of epub in my webview What i want to is, when user does right swipe gesture 2nd time then i want to navigate to new page, i do not want to do anything when user does right swipe gesture for first time. UISwipeGestureRecognizer *swipeRight Is there any method something like, if(swipeRight.touch.count > 2) { // do this } Any help will be appriciated. Thanks In Advance ! EDIT -(void)scrollViewDidScroll:(UIScrollView *