【发布时间】:2016-04-13 04:10:37
【问题描述】:
我在 Storyboard 中有一个 UIWebView,它有适当的约束。
这是代码:
youtubeView是这个:
@IBOutlet var youtubeView: UIWebView!
youtubeView.allowsInlineMediaPlayback = true
youtubeView.loadHTMLString("<iframe width=\"\(youtubeView.frame.width)\" height=\"\(youtubeView.frame.height)\" src=\"\(youtubeUrl)?&playsinline=1\" frameborder=\"0\" allowfullscreen></iframe>", baseURL: nil)
问题是我得到这样的东西:simulator screenshot
你能帮我把 YouTube 视频放在这个 UIWebView 中吗?
【问题讨论】:
-
垂直居中还是水平居中?