How to close the pop-up appearing during video playback?

时间:2016-04-15 11:16:02

标签: ios swift video-streaming html5-video xcode7

I don't know how to close the popup during video playback. I have referred a number of websites, but couldn't find the solution. This is my first app.Please help me out.

1 个答案:

答案 0 :(得分:1)

您可以在使用以下行后关闭弹出窗口。希望这个答案可以帮助你

self.dismissViewControllerAnimated(false, completion: nil)
相关问题