Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 373 Bytes

File metadata and controls

10 lines (7 loc) · 373 Bytes

Description#

CMPlayerViewController is a convenient view controller to use AVPlayer in a view controller. It looks like AVPlayerViewController but it is fully customizable ans works on iOS 7

Usage

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