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

java - unable show chart in xls document using jasper reports -

javascript - Slick Slider width recalculation -

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