Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Swift - Play youtube video with full screen video player [closed]

I am developing an iOS 8 project on Swift. Is it possible to play a youtube video inside the system's full screen video player?

like image 411
Gearbox Avatar asked Nov 01 '22 08:11

Gearbox


1 Answers

Youtube video plays within a UIWebview (and not used http streaming right within your app) but it can go full screen. Youtube provides a helper library in order to play yt vide within your app.

like image 155
Nikos M. Avatar answered Nov 11 '22 04:11

Nikos M.