https://github.com/malkouz/youtube-ios-player-helper-swift
A full swift implementation of https://github.com/youtube/youtube-ios-player-helper. Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView
https://github.com/malkouz/youtube-ios-player-helper-swift
player swift swift4 youtube youtube-ios-player-helper youtube-player ytplayer
Last synced: 27 days ago
JSON representation
A full swift implementation of https://github.com/youtube/youtube-ios-player-helper. Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView
- Host: GitHub
- URL: https://github.com/malkouz/youtube-ios-player-helper-swift
- Owner: malkouz
- License: apache-2.0
- Created: 2018-07-23T06:29:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T09:41:19.000Z (over 6 years ago)
- Last Synced: 2024-01-05T02:17:39.088Z (over 1 year ago)
- Topics: player, swift, swift4, youtube, youtube-ios-player-helper, youtube-player, ytplayer
- Language: Swift
- Size: 152 KB
- Stars: 62
- Watchers: 9
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-ios-player-helper-swift
[](http://cocoapods.org/pods/youtube-ios-player-helper-swift)
[](http://cocoapods.org/pods/youtube-ios-player-helper-swift)
[](http://cocoapods.org/pods/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
This library is the same of old objective-c https://github.com/youtube/youtube-ios-player-helper
## Features
* Interface builder designable
* Highly customizable and flexible
* Easy to use
* Written in Swift## Installation
### CocoaPods
1. Install [CocoaPods](https://cocoapods.org)
2. Add this repo to your `Podfile````ruby
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
```
3. Run `pod install`
4. Open up the `.xcworkspace` that CocoaPods created
5. Done!## Usage
## Example project
Take a look at the example project over [here](Example/)
1. Download it
2. Open the `Example.xcworkspace` in Xcode
3. Enjoy!## Author
Moayad Al kouz, [email protected]
Twitter : @malkouz
## License
youtube-ios-player-helper-swift is available under the Apache License. See the LICENSE file for more info.