|
hace 3 años | |
---|---|---|
.. | ||
Classes | hace 3 años | |
youtube-ios-player-helper | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años |
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.
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"
After installing in your project and opening the workspace, to use the library:
Add the following property to your ViewController's header file:
@property(nonatomic, strong) IBOutlet YTPlayerView *playerView;
objc
[self.playerView loadWithVideoId:@"M7lc1UVf-VE"];
Run your code!
See the sample project for more advanced uses, including passing additional player parameters and working with callbacks via YTPlayerViewDelegate.
YouTube-Player-iOS-Helper is available under the Apache 2.0 license. See the LICENSE file for more info.