Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.35 KB

CMPlayerViewController

[![CI Status](http://img.shields.io/travis/Célian Moutafis/CMPlayerViewController.svg?style=flat)](https://travis-ci.org/Célian Moutafis/CMPlayerViewController) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

sample

CMPlayerViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CMPlayerViewController"

Usage

To instanciate the ViewController

	let playerViewController = CMPlayerViewController(url : "myVideoUrl")
	self.presentViewController(playerViewController, animated: true, completion: nil)

Author

Célian Moutafis

License

CMPlayerViewController is available under the Apache license. See the LICENSE file for more info.