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?
我正在开发一个关于Swift的iOS 8项目。是否可以在系统的全屏视频播放器中播放YouTube视频?
1 个解决方案
#1
2
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.
Youtube视频在UIWebview中播放(并且在您的应用中不使用http流)但它可以全屏显示。 Youtube提供了一个帮助程序库,以便在您的应用程序中播放视频。
#1
2
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.
Youtube视频在UIWebview中播放(并且在您的应用中不使用http流)但它可以全屏显示。 Youtube提供了一个帮助程序库,以便在您的应用程序中播放视频。