mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add activity indicator for image fetches.
This commit is contained in:
@@ -117,7 +117,10 @@ class ArticleViewController: UIViewController {
|
||||
|
||||
// Even though page.html should be loaded into this webview, we have to do it again
|
||||
// to work around this bug: http://www.openradar.me/22855188
|
||||
webView.loadHTMLString(ArticleRenderer.page.html, baseURL: ArticleRenderer.page.baseURL)
|
||||
let url = Bundle.main.url(forResource: "page", withExtension: "html")!
|
||||
webView.loadFileURL(url, allowingReadAccessTo: url.deletingLastPathComponent())
|
||||
// let request = URLRequest(url: url)
|
||||
// webView.load(request)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user