Category for UIWebView to back and go a browser page with double finger swipe.
- Drag UIWebView+SwipeGesture.h and UIWebView+SwipeGesture.m to your project.
UIWebView *webView = [[UIWebView alloc] init];
[webView useSwipeGesture];
Please check the included demo project.
UIWebView+SwipeGesture is licensed under the terms of the MIT License. Please see the LICENSE file for full details.