Skip to content

Instantly share code, notes, and snippets.

@hectorups
Created March 11, 2015 17:05
Show Gist options
  • Save hectorups/30252fa0bf035aa94753 to your computer and use it in GitHub Desktop.
Save hectorups/30252fa0bf035aa94753 to your computer and use it in GitHub Desktop.

Rotten Tomatoes iOS app

caption

  • User can view a list of movies from Rotten Tomatoes. Poster images must be loading asynchronously.
  • User can view movie details by tapping on a cell
  • User sees loading state while waiting for movies API. You can use one of the 3rd party libraries at cocoacontrols.com.
  • User sees error message when there's a networking error. You may not use UIAlertView to display the error. See this screenshot for what the error message should look like: network error screenshot.
  • User can pull to refresh the movie list.
  • All images fade in (optional)
  • For the large poster, load the low-res image first, switch to high-res when complete (optional)
  • All images should be cached in memory and disk. In other words, images load immediately upon cold start (optional).
  • Customize the highlight and selection effect of the cell. (optional)
  • Customize the navigation bar. (optional)
  • Add a tab bar for Box Office and DVD. (optional)
  • Add a search bar. (optional)

Time spent: 8-10 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment