gpt4 book ai didi

ios - WebView VC Swift 中出现意外的标题

转载 作者:可可西里 更新时间:2023-11-01 02:18:21 27 4
gpt4 key购买 nike

在我的应用程序中,我有一个 UIWebview 用于在其中显示视频。当点击视频时,webview 动态嵌入到全屏。我的问题是它的标题,它有奇怪的标题!像这样 : enter image description here

我的代码是:

            cell.vedioWebPage.backgroundColor = UIColor.blackColor()
let vedioUrlEncodeStr = videosURLArray[indexPath.item].URL.stringByAddingPercentEscapesUsingEncoding(NSUTF8StringEncoding)!
let requestURL : NSURL = NSURL(string: vedioUrlEncodeStr)!
let request = NSURLRequest(URL: requestURL)
cell.vedioWebPage.loadRequest(request)

为什么会发生这种情况以及如何删除它?如果有人遇到同样的问题,请帮助我解决这些问题?

谢谢

最佳答案

这个问题太老了,但可能有人会寻找答案,就像我一样......如果您强制应用程序区域设置,则可能会出现此错误。可以通过在 Localizable.string 文件中定义 PLAYBACK_CONTROLS_VIEW_CONTROLLER_DONE_BUTTON_TITLE 字符串来修复(或更改)。

enter image description here

关于ios - WebView VC Swift 中出现意外的标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34268267/

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