Submitted by: 66377
Tunley is an application that displays tracks from the iTunes API and allows users to get more details about a specific track by tapping the track to present a detail view showing more information about the track.
- View a list of tracks with their title, artist and album cover in a table view using custom table view cells.
- For this part of the project we’ll be using hardcoded Track data models since the goal is to focus on navigation and table views. We’ll add networking in the next unit.
- Users should be able to view the UI in any screen size and orientation.
- For loading the track album cover, we'll use Nuke, a 3rd party image loading library installed via SPM.
- Tapping on a track takes the user to detail screen where they can view more information about it (artist, album, etc.).
- JSON Formatter extension on chrome (or any JSON viewer)
