Giter Club home page Giter Club logo

youtube-ios-player-helper's Introduction

YouTube-Player-iOS-Helper

Version Platform

Overview

To run the example project; clone the repo, and run pod install from the Project directory first. For a simple tutorial see this Google Developers article - Using the YouTube Helper Library to embed YouTube videos in your iOS and macOS application.

Installation

CocoaPods

YouTube-Player-iOS-Helper is available through CocoaPods. To install the library, add the following line to your Podfile and replace "x.y.z" with the latest version.

pod "youtube-ios-player-helper", "~> x.y.z"

Swift Package Manager

Add the following line to the dependencies in your Package.swift:

.package("https://github.com/youtube/youtube-ios-player-helper.git", from: "x.y.z")

Add YouTubeiOSPlayerHelper to your target's dependencies.

.target(name: "TargetName",
        dependencies: [
          "YouTubeiOSPlayerHelper"
        ]
      )

Usage

After installing in your project, to use the library:

  1. Drag a UIView/NSView the desired size of your player onto your Storyboard.
  2. Change the UIView/NSView's class in the Identity Inspector tab to YTPlayerView
  3. Import "YTPlayerView.h" in your ViewController.
  4. Add the following property to your ViewController's header file:
    @property(nonatomic, strong) IBOutlet YTPlayerView *playerView;
  1. Load the video into the player in your controller's code with the following code:
    [self.playerView loadWithVideoId:@"M7lc1UVf-VE"];
  1. Run your code!

See the sample project for more advanced uses, including passing additional player parameters and working with callbacks via YTPlayerViewDelegate.

Original Authors

  • Ikai Lan
  • Ibrahim Ulukaya
  • Yoshifumi Yamaguchi

License

YouTube-Player-iOS-Helper is available under the Apache 2.0 license. See the LICENSE file for more info.

youtube-ios-player-helper's People

Contributors

ulukaya avatar desislava-staykova avatar anislav avatar martin-marinov avatar todd-patterson avatar ikai avatar jalsnipe avatar andriypohorilko avatar samiq avatar dictav avatar nvh avatar baza207 avatar krider2010 avatar benjaminjackson avatar asgeo1 avatar extreme-bg avatar bleege avatar nemoeslovo avatar studgeek avatar jlampa avatar powerje avatar felipecarreramo avatar raman148 avatar ymotongpoo avatar denkeni avatar olala7846 avatar m-keil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.