Listen easily to iTunes top songs.
This repository contains the source code for Player iOS app.
This app consists in:
- Displaying 100 top songs
- Searching for them
- Listening to a preview of a selected song
- Clone or download project.
- From root project directory in Terminal (the one where Podfile file is), run
pod repo update
to update source repos and then runpod install
. It will install needed pods. - Run
open Player.xcworkspace
to open the project workspace in Xcode. - Make sure your device is connected to your computer and Build & Run by using ⌘+R from Xcode.
- Victor Nouvellet - victor (dot) nouvellet (at) gmail (dot) com
- Player is released under a New BSD License. See LICENSE file for details.
- Asynchronously download m4a files
- Add VIPER design pattern
- Use affiliate documentation to search in iTunes database. Example.
- Add Accessibility