sahin / VideoSplashKit

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

PathForResource Function in swift3 returns nil #34

Open timherden opened 8 years ago

timherden commented 8 years ago

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

hoangtam101 commented 7 years ago

Are you added file test.mp4 to your app bundle ? Please check it.