Giter VIP home page Giter VIP logo

youtube-ios-player-helper's Introduction

YouTube-Player-iOS-Helper

Version Platform

Usage

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 application.

Requirements

Installation

YouTube-Player-iOS-Helper is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "youtube-ios-player-helper", "~> 0.1.4"

After installing in your project and opening the workspace, to use the library:

  1. Drag a UIView the desired size of your player onto your Storyboard.
  2. Change the UIView'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.

Author

Ikai Lan Ibrahim Ulukaya, [email protected] Yoshifumi Yamaguchi, [email protected]

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

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

Watchers

 avatar  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.