VideoSplashKit icon indicating copy to clipboard operation
VideoSplashKit copied to clipboard

VideoSplashKit - UIViewController library for creating easy intro pages with background videos

Results 17 VideoSplashKit issues
Sort by recently updated
recently updated
newest added

Hi , I am running in ios 11 Iphone 5s and Ipad air , video is not playing just a blank screen

Even when I finish my ViewController, the video continues to using device memory and the threads created are not finalized. ![captura de tela 2016-06-30 as 06 00 54](https://cloud.githubusercontent.com/assets/6514332/16482846/25616718-3e88-11e6-80e1-cef05202a20b.png) is there...

Hi @toygar can u add objective c support...is this possible to use with objective c??

enhancement

Really like VideoSplashKit and been using it for some time. Recently, I decided to change the sound to on; which pulls from a Firebase Remote Config function. All works well...

This is almost Swift3 ready, but I cannot subclass it with the Public access modifier. Please change to Open.

Hi. Translated it to swift3 but `Bundle.main.path(forResource: "test", ofType: "mp4")` returns `nil`. Any ideas? Tim

Hi, thank you for this wonderful contribution. I hit a problem. When the app goes into background and comes back active, the video stop. Are they methods to call to...

When my app opens the controller with VideoSplashKit, the users music stops, its a doubt a have to handle for background music, or VideoSplashKit doesn't support that? Thank you!

I Don't know why but my app is crashing because of this line of code, ``` self.moviePlayer.player?.addObserver( self, forKeyPath: "status", options: .New, context: nil) ``` observation: when commenting this line...