sahin / VideoSplashKit

VideoSplashKit - UIViewController library for creating easy intro pages with background videos
MIT License
1.22k stars 137 forks source link

Video keeps playing in background #38

Open dortoh opened 7 years ago

dortoh commented 7 years ago

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 until I change views.

For some reason, when the user clicks a button to transition to a different ViewController the sound from the video still continues to play... Anyone know how to get the sound to stop and or the video to stop playing when I switch to a different view.

Thank you, John