VideoSplashKit
VideoSplashKit copied to clipboard
PathForResource Function in swift3 returns nil
Hi. Translated it to swift3 but Bundle.main.path(forResource: "test", ofType: "mp4")
returns nil
.
Any ideas? Tim
Are you added file test.mp4 to your app bundle ? Please check it.