Reputation: 802
Are there any API in google to get the url of the video content, so that i can play it in "MPMoviePlayerController" or is it possible to customise the player to such a extent that it does not resemble the youtube player. (like hiding "info bar" that appears once the movie completes, play button, activity indicator ...)
Upvotes: 0
Views: 205
Reputation: 674
I think you should have a look at this component: https://github.com/0xced/XCDYouTubeVideoPlayerViewController
Upvotes: 2