如何添加 YouTube 视频
我打算在我的应用程序中添加一项功能,以允许用户添加 YouTube 视频。有什么方法可以让用户直接在 iPhone 上选择和嵌入 YouTube 视频吗?类似于 imagePickerController 但用于 YouTube 视频的东西?
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 user to select and embed youtube videos directly on the iPhone itself? Something like imagePickerController but used for youtube videos?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 YouTube API 自己编写此代码(Google 有一个 Objective-C 框架 )和一个表视图控制器。
如果您想嵌入它,请使用网络视图。
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.