ios - Find path for local video in Xcode Project -


i need play locally stored videos in ios app.

the videos located in directory: app/resources/videos/

when try path with:

nsbundle.mainbundle().pathforresource("myfile", oftype: "mp4", indirectory: "app/resources/videos/") 

i nil. advice?

problem solved: error didn't add target-membership videos.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -