I am using AVPlayer
to display video in my iOS app. Now I need some nice looking controls for previous, next and the play/pause button. By default AVPlayer
doesn't come with any.
I am wondering, are there any open source components out there that I can directly use for such controls? I actually just want the same controls that MPMoviePlayerController
uses. But I guess that is not possible, unless I counterfeit them completely.
I could create them myself but I don't want to re-invent the wheel.