An mp3 player written in Swift for playing and viewing the artwork of best albums from pianowill.com, online or offline. Uses AVAudioPlayer.
Screenshots of what I have implemented so far:
MasterViewController | Detail, playing | Detail, paused |
---|---|---|
The plan is to start with a mocked-up but functional player and then build on that. For example, serve up hardcoded data, then add a CoreData store, then add http with my own node.js server (just like the one my lighthouse-api.org project uses); or just use RestKit instead of AFNetworking from the get go.