Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Installation
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
VersaPlayer is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'VersaPlayer'
Usage
Basic Usage
VersaPlayer aims to be simple to use but also flexible, to start using VersaPlayer first create a view programatically or via storyboard. Then add this few lines of code to start playing your video.
Adding Controls
To add controls for your player use the VersaPlayerControls class, which comes packed with outlets to control your player, you can also add as many as you like by making a custom implementation.
Documentation
Full documentation avilable https://josejuanqm.github.io/Libraries-Documentation/VersaPlayerCore/
Author
Jose Quintero - jose.juan.qm@gmail.com
License
VersaPlayer is available under the MIT license. See the LICENSE file for more info.


