/Apple-Music-Clone

Simple apple music app clone

Primary LanguageSwiftMIT LicenseMIT

Apple-Music-Clone

Simple apple music app clone

How to run a demo app

  1. Download the source code by cloning this repository
  2. Install the pods by running
run - pod update
  1. Open the xcworkspace file with the latest version of Xcode

Technologies

SDWebImage - SDWebImage
Alamofire - Alamofire

TO-DO

  • Using the Alamofire library to query data from the network
  • Searching for tracks via iTunes API
  • AVKit and Audio Player to play music files
  • SDWebImage library for loading images
  • Animated transitions via Auto Layout
  • Working with UIPanGestureRecognizer
  • Decode the incoming JSON response in an asynchronous thread
  • Applying the Clean Swift architecture