- This Lib depands on 'NJKWebViewProgress'.
- The important function is the swipe gesture.(Just like Wechat App does)
- The swift version will be done later.
- Github:
git clone https://github.com/wfxiaolong/STWebViewController.git - pods:
pod 'STWebViewController', '~> 0.0.1'
#import "STWebViewCOntroller.h"
STWebViewController *webC = [[STWebViewController alloc] initWithAddress:URLSTRING];
[self.navigationController pushViewController:webC animated:YES];
STWebViewController is under MIT License. See LICENSE file for more info from here;