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
let playerViewController = CMPlayerViewController(url : "myVideoUrl")
self.presentViewController(playerViewController, animated: true, completion: nil)