Flix
Flix is an app that allows users to browse movies from the The Movie Database API.
Flix Part 1
User Stories
REQUIRED
- [x] User sees an app icon on the home screen and a styled launch screen.
- [x] User can view and scroll through a list of movies now playing in theaters.
- [x] User can view the movie poster image for each movie.
BONUS
- [ ] User can view the app on various device sizes and orientations.
- [ ] Run your app on a real device.
App Walkthrough GIF
Notes
Had to make sure I was connecting TableView to the right ViewController
Installing pod was a challenge and took a long time