/DMMDB

An iOS application built on The Movie Database API

Primary LanguageObjective-C

The API we are using today: The Movie Database

  1. Add views on MovieListViewController
  2. Add NetworkController to help build url
  3. Add method to search/fetch movies
  4. Add & implement external datasource - listmovies
  5. Implement Search button and textfield delegate
  6. Implement Movie Model Object
  7. Add method to fetch detailed movie from movieID
  8. Set up MovieDetailViewController, the views in it
  9. Implement tableview delegate, didselectrow
  10. Add Icon and changes name under icon

♦︎ Add movie poster image to tableview cells