Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.22 KB

Movie Application

iOS - Storyboard - MVC
A movie application to see a collection high ranked movies. Based on Api from www.themoviedb.org

Features:

  • Call a movie endpoint and convert JSON to an array of objects
  • DispatchQueue to run the code for getting the image in background
  • Present images related to the movies in your Table View
  • By clicking on each cell go to the Detail (static TableView) and show all the details received as JSON from Server including picture.
  • Implemented "Move" and "Delete" for data
  • Use System View Controller to Share or Email a movie and also visit wikipedia
  • Plus button (+) to be able to add a new movie

Screenshots