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
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
pod install
.xcworkspace
that CocoaPods createdTake a look at the example project over here
Example.xcworkspace
in XcodeMoayad Al kouz, moayad_kouz9@hotmail.com
youtube-ios-player-helper-swift is available under the Apache License. See the LICENSE file for more info.