youtube-ios-player-helper-swift
Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView
https://github.com/youtube/youtube-ios-player-helper
This library is the same of old objective-cFeatures
- Interface builder designable
- Highly customizable and flexible
- Easy to use
- Written in Swift
Installation
CocoaPods
- Install CocoaPods
- Add this repo to your
Podfile
target 'Example' do
# IMPORTANT: Make sure use_frameworks! is included at the top of the file
use_frameworks!
platform :ios, '8.0'
pod 'youtube-ios-player-helper-swift'
end
- Run
pod install
- Open up the
.xcworkspace
that CocoaPods created - Done!
Usage
Example project
Take a look at the example project over here
- Download it
- Open the
Example.xcworkspace
in Xcode - Enjoy!
Author
Moayad Al kouz, [email protected]
Twitter : @malkouzLicense
youtube-ios-player-helper-swift is available under the Apache License. See the LICENSE file for more info.