Flixter pulls the latest movies out in theaters and generates them as a list. Each item in the list has an image, title, and description. This app was the second assignment in Code Paths IOS bootcamp.
Additional features:
-[click on a movie item and it will segue into a different view controller]
-[you can go back to the original list by clicking the back button in the top left]
gif link: http://g.recordit.co/RI1YB8jYM7.gif
- (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.
The biggest challange was trying to connecting the @IBOutlet collectionView. When I tried connecting it the first time there was no option for an @IBOutlet, instead it was some type Movie. I double checked all of the storyboard identifiers and made sure they were correct only to come up short... so i ended up starting over from the superhero blank view controller point.
Name of your app is a movies app displaying box office and top rental DVDs using The Movie Database API.
Time spent: X 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):
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
Copyright [yyyy] [name of copyright owner]
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.

