How to add Youtube Video
I am intending to add a feature in my app to allow users to add youtube videos. Is there any way that I can allow the us开发者_开发技巧er to select and embed youtube videos directly on the iPhone itself? Something like imagePickerController but used for youtube videos?
You need to write this yourself using the YouTube API (Google has an Objective-C framework for this) and a table view controller.
If you want to embed it, use a web view.
精彩评论