teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
551 stars 122 forks source link

New code: #31

Closed ctabuyo closed 8 years ago

ctabuyo commented 8 years ago

New code that improves the usability of this module given that now you do not need to set the delegate and the items to play in the same declaration so that you avoid creating multiple instances of the player in case you have to add items to the player programatically.

Thanks!

teodorpatras commented 8 years ago

Unfortunately this does not follow the API design guidelines