GithubHelp home page GithubHelp logo

syama666 / youtube-ios-player-helper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from youtube/youtube-ios-player-helper

0.0 2.0 0.0 287 KB

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

License: Other

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.

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.1"

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, [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

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