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:
- Github:
git clone https://github.com/wfxiaolong/STWebViewController.git - pods:
pod 'STWebViewController', '~> 0.0.1'
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;