App own video
Does anyone know how to initialize a native video player for IOS. I am currently working on phone calling applications that need this kind of integration. Whenever I refer to a vimeo video it just brings up the safari. I need to open my own ios video player. Thoughts?
+3
nate8684
source
to share
1 answer
Use MPMoviePlayerViewController along with NSURL . This NSURL is init with an NSString that contains the URL string.
+1
KarenAnne
source
to share