Eric Vargas

1pod

youtube-ios-player-helper

Helper library for iOS developers that want to play YouTube videos in their iOS apps with the iframe player API.

This library allows iOS developers to quickly embed YouTube videos within their applications via a custom UIView subclass, YTPlayerView. This library provides

  • 一个管理的 UIWebView 实例,它加载 iframe 播放器的 HTML 代码
  • Objective-C 包装 JavaScript 播放器 API 的函数
  • YTPlayerViewDelegate,用于在 Objective-C 代码中本地处理 YouTube 播放器状态更改

许可证: NOASSERTION

  • Objective C