Flix is an app that allows users to browse movies from the The Movie Database API.
- (5pts) User can tap a cell to see more details about a particular movie.
- (5pts) User can tap a tab bar button to view a grid layout of Movie Posters using a CollectionView.
Describe any challenges encountered while building the app. Images in the collection view were being automatically sized which had to be changed to make the layout look good.
- User sees an app icon on the home screen and a styled launch screen.
- User can view and scroll through a list of movies now playing in theaters.
- User can view the movie poster image for each movie.
Describe any challenges encountered while building the app. Images were not loading due to my app not using a secure connection to the api. To fix this I added a configuration that allows this in the info.plist file.