• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    Objective-C
  • Created over 9 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

webview progress scrollview progress swipe gesture Wechat UIWebView objective-c

STWebViewController

Description:

  • This Lib depands on 'NJKWebViewProgress'.
  • The important function is the swipe gesture.(Just like Wechat App does)
  • The swift version will be done later.

Usage:

Download Ways:
Code:
#import "STWebViewCOntroller.h"

STWebViewController *webC = [[STWebViewController alloc] initWithAddress:URLSTRING];
[self.navigationController pushViewController:webC animated:YES];

The demo's result:


License


STWebViewController is under MIT License. See LICENSE file for more info from here;