CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

KBVideoPlayer 1.3

KBVideoPlayer 1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Kenny Batista.



KBVideoPlayer

KBVideoPlayer is a simple iOS video player written entirely in Swift that is highly customizable through storyboards!

Promo

Usage - XCode 8 / Swift 3

Hi! Thanks for checking out my component. Let me teach you how it works :)

let linkToVideo = URL(string: "https://goo.gl/qLRdBp")
let videoPlayer = KBVideoPlayerViewController(urlToPlayMediaFrom: linkToVideo!)
present(videoPlayer, animated: true, completion: nil)

// That's it! Super easy right? 

Installation

Manual

Add KBVideoPlayerViewController.swift and KBVideoPlayerView.xib folder into your project.

Contribution

Please feel free to submit pull requests. I think there are many other functionalities and things that we can do to improve this component.

Author

Kenny Batista

License

KBVideoPlayer is available under the MIT license. See the LICENSE file for more info.