Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.46 KB

File metadata and controls

43 lines (33 loc) · 1.46 KB

RottenTomatoes

Mobile Training Assignment One

  • Written in Swift
  • Xcode: 7.1
  • Mac OS: 10.10.5
  • Hours: 7 hours

Note: Please open RottenTomatoes.xcworkspace

Features

Required

  • User can view a list of movies. Poster images load asynchronously.
  • User can view movie details by tapping on a cell.
  • User sees loading state while waiting for the API.
  • User sees error message when there is a network error: http://cl.ly/image/1l1L3M460c3C
  • User can pull to refresh the movie list.

Optional

  • Add a search bar, however I haven't implemented the search algorithm
  • For the large poster, load the low-res image first, switch to high-res when complete.
  • Customize the highlight and selection effect of the cell.
  • Customize the navigation bar.
  • All images fade in.
  • Add a tab bar for Box Office and DVD.
  • Implement segmented control to switch between list view and grid view.

Additional

  • add cache layer of UIImage
  • continue to load images once scroll to 80% of the screen view.
  • in movie detail view, zoom in and zoom out

Gif walkthrough:

alt tag

Credits