Reputation: 9220
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
Reputation: 126
Here is a really nice one. BeamApp
https://github.com/BeamApp/MusicPlayerViewController
Upvotes: 3