GSWKWViewFramework for use of WKWebView for iOS Application
Step 1. Download GSWKWViewFramework.
Step 2. Import GSWKWViewFramework in you contoller import GSWKWViewFramework
Step 3. For URL loading use below method
GSWKWView.shared.pushGWKWView(loadURL: <#T##String#>, fromVC: <#T##UIViewController#>)
For HTML use below method
GSWKWView.shared.pushGWKWView(loadHTMLString: <#T##String#>, fromVC: <#T##UIViewController#>)
For printing logs GSWKWView.shared.isPrintLogs = true
For Changing color of Navigaiton Bar GSWKWView.shared.navBarBgColor = UIColor.red
For any query please reach gurjindersingh663@gmail.com