ESTMusicPlayer is a beautiful ios music player based on DOUAudioStreamer. We can learn how to build our own music player by it.
How to run ESTMusicPlayer?
(1) install Cocoapods
$ gem install cocoapods $ pod setup
(2) download the source code
$ git clone https://github.com/Aufree/ESTMusicPlayer
(3) build the dependencies
$ pod install
(4) open Enesco.xcworkspace