ios - Full-featured music player using AVPlayer -


I am writing a music player for iOS, which has all the features of the built-in music app. My app needs to continue running in the background so that I have to use AvPlayer class.

Is there an open source application that I can use myself instead of writing the whole thing?

Just got it. It works great:



Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -