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 -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -