Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LTWebView LTWebViewController is a UIWebView/WKWebView Controller like Wechat

License

Notifications You must be signed in to change notification settings

ftkey/LTWebView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTWebView

LTWebView LTWebViewController is a UIWebView/WKWebView Controller like Wechat

支持返回手势,仿微信,参考来源:

https://github.com/devedbox/AXWebViewController

写的真好!这个家伙。

NSURL * url = [NSURL URLWithString:@"http://baidu.com"];
   LTWebViewController *detailVc = [[LTWebViewController alloc] initWithURL:url type:LTWebViewTypeUIWebView title:@"XXOO" userAgent:@"IOS"];
    [self.navigationController pushViewController:detailVc animated:YES];
NSURL * url = [NSURL URLWithString:@"http://baidu.com"];
   LTWebViewController *detailVc = [[LTWebViewController alloc] initWithURL:url type:LTWebViewTypeWKWebView title:@"XXOO" userAgent:@"IOS"];
    [self.navigationController pushViewController:detailVc animated:YES];

或者干脆直接使用:LTWebView,完全定制化。

About

LTWebView LTWebViewController is a UIWebView/WKWebView Controller like Wechat

Resources

License

Stars

Watchers

Forks

Packages

No packages published