SivamAgarwalla / flixster

First assignment for CodePath iOS course at SJSU. Fetches movie data from The Movie Database API and displays them in a scrollable list.
0 stars 0 forks source link

Flix

Flix is an app that allows users to browse movies from the The Movie Database API.

Flix Part 2

User Stories

REQUIRED (10pts)

BONUS

App Walkthrough GIF


Notes

For the second part, the most challenging aspect was configuring the Collection View so that it was properly formatted. At first I struggled to format the image cells so that they were the proper size and filled up the screen in a clean manner. I was able to work through this by learning more about formatting the specifications of Collection Views.


Flix Part 1

User Stories

REQUIRED (10pts)

BONUS

App Walkthrough GIF


Notes

One of the challenges encountered when building this app was understanding how Swift makes URLSessions for making API calls. Another challenge was properly understanding how type casting works in Swift.