iOS - 如何在UIWebView中打开页面的一部分?

时间:2017-08-14 10:46:21

标签: ios uiwebview

我想在UIWebView中显示此页面的一部分 - https://focus.kontur.ru/search?query=finance

要下载的块:div class =“block search-block”> ...

screenshot of page

我该怎么做?

现在我这样做:

@IBOutlet weak var webView: UIWebView!

let url = URL(string: "https://focus.kontur.ru/search?query=finance")
let requestObj = NSURLRequest(url: url!)
webView.loadRequest(requestObj as URLRequest)

0 个答案:

没有答案