Marcello

Results 2 issues of Marcello

I would love to keep using this library in my project, but I want to migrate to Swift3. Are there any plans?

My app plays video and audio. I start fullscreen videos like this: ``` func startFullscreenVideo(videoURL:URL) { let player = AVPlayer(url: videoURL) let controller = AVPlayerViewController() controller.player = player present(controller, animated:...