ios101-lab5-flix1

iOS 101: Lab - Unit 5 - Flix Pt 1 (Feed)

16_app_required_features

Required Features

🎯 Goals

By the end of this lab you will be able to...

  • Fetch an array of data objects from an API
  • Display a list of objects in a table view
  • Load and display remote images given a URL

Features

Required Features

  • Fetch movie data from The Movie DB API
  • Display a scrolling list of movies fetched from the TMDB API.
    • Each movie in the list should display the movie’s poster image, title and description
  • infinite scrolling load more movies while scrolling