Skip to content

KDchimken12/CodePathUnit1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flix

Flix is an app that allows users to browse movies from the The Movie Database API.

📝 `In this unit you'll learn how to build a Detail View, an extremely common feature found in almost every app. A Detail View allows users to get more "details" about something in your app, usually by tapping on an item in a list to reveal a new "screen" which slides in from the right. We'll use this design pattern to extend our Flicks app so users can get more info about particular movies.

We'll also explore tab bars, another type of navigation, and try our hand with collection views to achieve a grid layout of movie cells. We'll continue to extend our Tumblr app as well adding a detail view. For an extra challenge, add section headers to your table view and leverage a pinch gesture recognizer to allow users to zoom in on an image.

Flix Part 2

User Stories

REQUIRED (10pts)

  • (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.

BONUS

  • (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.

App Walkthrough GIF

TODO:// Add the URL to your animated app walkthough gif in the image tag below, YOUR_GIF_URL_HERE. Make sure the gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after after adding gif)

https://imgur.com/a/LKtDFVg

Notes

Same as part 1 but slightly easier since I'm getting used to the xcode encironment

Flix Part 1

User Stories

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 checking off completed user stories)

REQUIRED (10pts)

  • (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.

BONUS

  • (2pt) User can view the app on various device sizes and orientations.
  • (1pt) Run your app on a real device.

App Walkthrough GIF

https://imgur.com/a/OGHwH7Z https://im5.ezgif.com/tmp/ezgif-5-f87d7bed01.gif

Notes

Describe any challenges encountered while building the app.

  1. Familiarize myself with some function
  2. Installing cocoa pods
  3. Understanding the concept of API

About

Flix Movie app, Table View Cell : UNIT 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors