Flix is an app that allows users to browse movies from the The Movie Database API.
Flix is a movies app displaying box office and top rental DVDs using The Movie Database API.
Time spent: 1/2 hours spent in total
The following required user stories are complete:
- The following screens use AutoLayout to adapt to various orientations and screen sizes
- Movie feed view (+3pt)
- Detail view (+2pt)
The following stretch user stories are implemented:
- Dynamic Height Cells (+1)
- Collection View AutoLayout (+2)
The following additional user stories are implemented:
- List anything else that you can get done to improve the app functionality! (+1-3pts)
Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):
- Easier more concrete ways of doing layout instead of messing with it and using arbritrary values.
- Ways to target most phone / orientation types while coding. (Like flexbox with react)
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
Copyright [2019] [Aaron Parks]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
📝## Flix Part 2
- (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.
- (2pts) User can tap a poster in the collection view to see a detail screen of that movie.
- (2pts) In the detail view, when the user taps the poster, a new screen is presented modally where they can view the trailer.
Describe any challenges encountered while building the app. While building part two of this app, the hardest part for me was getting the layout of the details page correct.
TODO:// In the User Stories section below, add an x in the -[ ] like this - [x] for any user story you complete. (🚫 Remove this paragraph after after checking off completed user stories)
- (2pts) User sees an app icon on the home screen and a styled launch screen.
- (5pts) User can view and scroll through a list of movies now playing in theaters.
- (3pts) User can view the movie poster image for each movie.
- (2pt) User can view the app on various device sizes and orientations.
- (1pt) Run your app on a real device.
Describe any challenges encountered while building the app. Because the walkthrough was so thorough, I did not face any real challenges while building the app. The only problem I ran into was I had to change a couple settings in xCode to get the pods working, but that was an easy fix.


