我主良缘浏览器组件
Requirements:
- iOS 9.0+
 - Xcode 10.0+
 - Swift 5.0+
 
Installation Cocoapods
pod 'WZWebViewController', '~> 1.0.0'pod 'WZWebViewController/Binary', '~> 1.0.0'Use
    let vc = WZWebViewController(url: URL(string: "https://www.baidu.com")!)
    vc.toolbarItemTypes = []
    vc.rightNavigaionBarItemTypes = [.activity, .reload, .forward, .back]
    navigationController?.pushViewController(vc, animated: true)License
WZWebViewController is released under an MIT license. See LICENSE for more information.