我尝试使用 YouTube 生成的 iframe 将 YouTube 视频嵌入 iOS 应用程序,但我无法以高清格式显示视频。
我生成的 iframe 没有建议、播放器控件和最佳隐私。我试着把参数vq=hd1080
和vq=large
不工作。
iframe 的大小我应用了相同大小的屏幕:
webView.loadHTMLString("<html><body style=\"(margin:0)\"><embed width=\"\(view.frame.width)\" height=\"\(view.frame.height)\" src=\"https://www.youtube.com/embed/*********?rel=0&showinfo=0\" frameborder=\"0\" allowfullscreen></embed></body></html>", baseURL: nil)
WebView 的大小是全屏的。