Tom van Zummeren
Tom van Zummeren

Reputation: 9220

Controls for AVPlayer

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.

Upvotes: 3

Views: 6795

Answers (1)

Rahim Jan
Rahim Jan

Reputation: 126

Here is a really nice one. BeamApp

https://github.com/BeamApp/MusicPlayerViewController

Upvotes: 3

Related Questions