Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.48 KB

EMDb Xcode Swift3

It is an app for learning Swift3. This app show a list of top movies from a Web service (from Apple) that provide this list, when you touch a on a movie you can see the detail. This was build with Alamofire, Core Data, Kingfisher y SwiftyJSON

This project include the next Pods:

  1. Alamofire
  2. Kingfisher
  3. SwiftyJSON

Then, run the following command: $ pod install

Features

  • Web services with Alamofire and SwiftyJSON
  • Auto Layout
  • Segues
  • Cache with Core Data
  • Tab bar controller
  • Image cache with Kingfisher
  • Refresh control
  • You can have a list of favorite movies
  • You can search movies
  • Badge value for tab bar item

How it looks

Movie List Movie Detail
movie-list favorite-movies
movie-detail movie-detail-favorite