gpt4 book ai didi

swift - 在其他Viewcontroller中加载UIWebView URL

转载 作者:行者123 更新时间:2023-11-30 14:00:39 24 4
gpt4 key购买 nike

我有一个UIWebView,它加载一个本地html文件,如下所示:

if let url = NSBundle.mainBundle().URLForResource("index", withExtension: "html") {
webView.loadRequest(NSURLRequest(URL: url))
}

这个WebView被放置在我的SecondViewController中。我的问题是是否可以在我的 Main ViewController 中启动时加载 index.html?

我想这样做的原因是,当用户进入此 View 时,用户不必查看要加载的 WebView

最佳答案

是的,你可以做到。只需在启动时实例化 SecondViewController 并在 Web View 中加载请求即可。当稍后推送 SecondViewController 时,Web View 将已经加载。

关于swift - 在其他Viewcontroller中加载UIWebView URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33042393/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com