Skip to content

๐Ÿ“น A simple and highly customizable media player for iOS ๐Ÿ™Œ๐Ÿผ

License

Notifications You must be signed in to change notification settings

kennylugo/KBVideoPlayer-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

KBVideoPlayer

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

CI Status Version License Platform

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

CocoaPods

pod 'KBVideoPlayer'

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.

About

๐Ÿ“น A simple and highly customizable media player for iOS ๐Ÿ™Œ๐Ÿผ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published