Using iOS AVPlayer on a layer full example
Tried to simulate Youtube's official video display.
After download, run from Demo folder
pod install
Open workspace created by cocoapods
I've tested this project with iOS 7.1
This is far from complete, but is a good starting point for anyone wanting a custom AV player for their app.
Needs error checking of AVPlayerItem, etc.
Any suggestions are welcome ! as I am looking to learn good practices, to understand better behaviors and Objective-C in general ! Thank you.