iOS - Storyboard - MVC
A movie application to see a collection high ranked movies. Based on Api from www.themoviedb.org
- 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