如何在Swift中的webView loadRequest中增加字体大小

时间:2018-04-09 09:47:22

标签: webview

如何在Swift中增加webView loadRequest中的字体大小。 我在我的项目中使用HTML代码。

webView.loadRequest(NSURLRequest(url: NSURL(fileURLWithPath: Bundle.main.path(forResource: "HtmlCode", ofType: "html")!) as URL) as URLRequest)

运行此代码时字体太小。如何增加字体大小。

enter image description here

0 个答案:

没有答案