SpotFlix is a movie browsing app that allows users to see movies on screen and find details pertaining to that specific movie
Time spent: 5 hours spent in total
The following functionality is completed:
- Implement network call and table view to display a list of movies currently playing (title, description, image)
- App has a collection view with the same list of movies
- Uses a tab bar controller to switch between collection view and table view screens
- Make an additional network call to another end-point.
The following functionality is incomplete:
- Allow users to scroll when context items are off-screen (table view implemention)
Here's a walkthrough of implemented user stories:
GIF created with "Record it" and "MP4 to GIF Converter"
Describe any challenges encountered while building the app.
- AutoLayout design
- Using environment variables