Skip to content
/ Tunley Public

Tunley is an application that will display tracks from iTunes API and will allow users to get more details about a specific track by tapping the track to present a detail view showing more information about the track.

Notifications You must be signed in to change notification settings

t8s1n/Tunley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lab 2 - Tunley

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.

Features

  • 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.).

App Walkthrough GIF:


Useful tools:

  • JSON Formatter extension on chrome (or any JSON viewer)

About

Tunley is an application that will display tracks from iTunes API and will allow users to get more details about a specific track by tapping the track to present a detail view showing more information about the track.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published