0

Is it possible to play the video in uiview's subview (popup) on the same screen only not by using the iPhone video player which player the video in full screen mode.

Any help would be appreciated.

Thanks,

Ronak
  • 974
  • 6
  • 14

1 Answers1

2

Insert a HTML5 video tag into UIWebView, then subview it into UIView. I can guarantee that it works for Youtube videos.

nhahtdh
  • 55,989
  • 15
  • 126
  • 162