Rotten Tomatoes
This is a movies app displaying box office and top rental DVDs using the Rotten Tomatoes API.
Time spent: 11 hours
Features
Required
- [x] User can view a list of movies. Poster images load asynchronously.
- [x] User can view movie details by tapping on a cell.
- [x] User sees loading state while waiting for the API.
- [x] User sees error message when there is a network error
- [x] User can pull to refresh the movie list.
Optional
- [x] Add a tab bar for Box Office and DVD.
- [x] Implement segmented control to switch between list view and grid view.
- [x] Add a search bar.
- [x] For the large poster, load the low-res image first, switch to high-res when complete.
- [x] Customize the highlight and selection effect of the cell.
- [x] Customize the navigation bar.
Walkthrough
Credits