Now Trying to pass src as string variable but it's not working.
func SearchCall() {
let embedCode = "<iframe width=\"1280\" height=\"720\" src=\"("\(self.searchUrl)")\" frameborder=\"0\" allowfullscreen></iframe>"
webView.loadHTMLString(embedCode, baseURL: nil)
}