Skip to content

Category for UIWebView to back and go a browser page with double finger swipe.

Notifications You must be signed in to change notification settings

noda-sin/UIWebView-SwipeGesture

Repository files navigation

UIWebView+SwipeGesture

Category for UIWebView to back and go a browser page with double finger swipe.

Installation

  1. Drag UIWebView+SwipeGesture.h and UIWebView+SwipeGesture.m to your project.

Usage

  UIWebView *webView = [[UIWebView alloc] init];
  [webView useSwipeGesture];

Please check the included demo project.

License

UIWebView+SwipeGesture is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

About

Category for UIWebView to back and go a browser page with double finger swipe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published