I\'m building a custom browser using UIWebView.
Use case: User enters \"www.abc.com\" into the address bar. Error below thrown:
Error Domain=WebKitErrorDom
You can use string interpolation:
let site = "www.abc.com" let url = "http://\(site)"