VideoSplashKit
VideoSplashKit copied to clipboard
VideoSplashKit - UIViewController library for creating easy intro pages with background videos
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.  is there...
Hi @toygar can u add objective c support...is this possible to use with objective c??
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...