【发布时间】:2014-08-22 16:51:24
【问题描述】:
我正在为 iphone 构建一个文章阅读应用程序。我正在 uiwebview 中解析文章的 JSON 内容。
部分文章包含视频,但在uiwebview中不显示。
视频的 JSON 格式是
<iframe src=\"\/\/www.youtube.com\/embed\/hdstrm\" height=\"360\" width=\"640\" allowfullscreen=\"\" frameborder=\"0\">
uiwebview在视频帧的位置显示空白 这是uiwebview的屏幕截图:
【问题讨论】:
标签: ios objective-c json iframe uiwebview