ICWebViewController 中文介绍
A simple UIViewController contains a WKWebView and UIProgressView written by Swift 3.
Maybe you'll say "Why don't you use SafariViewController".
Right! If you just want to display a webview.
But if you want to deal with cookie or some interact with javascript, you can try this lib.
pod 'ICWebViewController'
- WKWebView
- Use
document.title
as title of navigation bar - Show load progress
- Screen edge pan gesture to go back
- Base on
ICWebViewController
- Custom left bar buttons, provide a "back button" to go back and a "close button" to dismiss viewController