PlayerView
PlayerView copied to clipboard
Player View is a delegated view using AVPlayer of Swift
Hi there, firstly thanks for the library, it works really well. I got one issue though with a crash pretty frequently happening in the setter of the currentTime property in...
I would love to keep using this library in my project, but I want to migrate to Swift3. Are there any plans?
Playing a video with audio after recording works fine but when the app exits then re open again, when playing the same video it has no audio anymore.
Hi, Looks like swift-3 support in on master. Why not update the podspect to get it on cocoapods? Thanks, H.
Hey, loving the video player view so far however I seem to have an issue getting callback from `func playerVideo(player: PlayerView, currentTime: Double)`. I have the delegate set and `func...
Hello, I think the PlayerView control should include a property like **isPlaying** using which one can check if the video is being played and it is not explicitly paused or...