This is the best iOS youtube player implement in Swift program language. It's can play and download unlimited video from Youtube. You can watch live app at: https://itunes.apple.com/us/app/apple-store/id1086349582?pt=118052683&ct=github&mt=8
Create Youtube API Key: Visit https://console.developers.google.com/apis/credentials/key?type=CLIENT_SIDE_IOS&project=
Change Youtube API Key on TubeTrends.swift file at line 111
static var secretKeyApi: [String] { let keyArray = ["xxx------Your_YOUTUBE_API_Key---------xxx"] return keyArray }
Go to your project root directiory:
pod install --verbose
Open TubeTrends.xcworkspace in Xcode then you can build project normaly.
Give me a coffee cup if it's useful.
Contact me if you have and question or make a friend :)
Facebook: https://www.facebook.com/profile.php?id=100008324837124
Twitter: https://twitter.com/v2tmobile
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.