项目作者: malkouz

项目描述 :
A full swift implementation of https://github.com/youtube/youtube-ios-player-helper. Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView
高级语言: Swift
项目地址: git://github.com/malkouz/youtube-ios-player-helper-swift.git
创建时间: 2018-07-23T06:29:02Z
项目社区:https://github.com/malkouz/youtube-ios-player-helper-swift

开源协议:Apache License 2.0

下载


youtube-ios-player-helper-swift

Version
License
Platform

Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView

This library is the same of old objective-c https://github.com/youtube/youtube-ios-player-helper

Features

  • Interface builder designable
  • Highly customizable and flexible
  • Easy to use
  • Written in Swift

Installation

CocoaPods

  1. Install CocoaPods
  2. Add this repo to your Podfile
  1. target 'Example' do
  2. # IMPORTANT: Make sure use_frameworks! is included at the top of the file
  3. use_frameworks!
  4. platform :ios, '8.0'
  5. pod 'youtube-ios-player-helper-swift'
  6. end
  1. Run pod install
  2. Open up the .xcworkspace that CocoaPods created
  3. Done!

Usage

Example project

Take a look at the example project over here

  1. Download it
  2. Open the Example.xcworkspace in Xcode
  3. Enjoy!

Author

Moayad Al kouz, moayad_kouz9@hotmail.com


Twitter : @malkouz

License

youtube-ios-player-helper-swift is available under the Apache License. See the LICENSE file for more info.