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
Post a Comment