kingdaa / Intro-iOS-PS1-Flicks

CodePath Assignment 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 1 - Flicks

Flicks is a movies app using the The Movie Database API.

Time spent: 9 hours spent in total

User Stories

The following required functionality is complete:

  • User can view a list of movies currently playing in theaters from The Movie Database.
  • Poster images are loaded using the UIImageView category in the AFNetworking library.
  • User sees a loading state while waiting for the movies API.
  • User can pull to refresh the movie list.

The following optional features are implemented:

  • User sees an error message when there's a networking error.
  • [] Movies are displayed using a CollectionView instead of a TableView.
  • [] User can search for a movie.
  • [] All images fade in as they are loading.
  • [] Customize the UI.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

About

CodePath Assignment 1


Languages

Language:Swift 98.3%Language:Ruby 1.7%