Reputation: 29
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.
Upvotes: 0
Views: 116
Reputation: 228
You can close popup after your time using following line. Hope this answer help you
self.dismissViewControllerAnimated(false, completion: nil)
Upvotes: 1