Commit cc553867 authored by DrashtiPatel's avatar DrashtiPatel

change url

parent 16f7edc5
......@@ -25,7 +25,7 @@ public class MediumWebView: WKWebView {
@discardableResult
public func load() -> WKNavigation? {
if let url = URL(string:"http://example.com") {
if let url = URL(string:"http://www.uffizio.com") {//http://www.uffizio.com,http://example.com
let req = URLRequest(url: url)
return super.load(req)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment