I am working on videos application where my videos are available on apache server that has link such as 192.1.58.1/3434 something. The link contain mp4 files like a.mp4, b.mp4, c.mp4. when you click these linke it load video in browser. my question is that How do I get these link into my iphone application. I tried lot but didn’t find solution.Please help me out.
I am working on videos application where my videos are available on apache server
Share
Put a
UIWebViewinto yourUIViewController(I called minemyWebView). Then, in the yourUIViewControllerimplementation file, add this into yourviewDidLoadmethod.