Skip to content

Latest commit

 

History

History
executable file
·
38 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

executable file
·
38 lines (22 loc) · 987 Bytes

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;