This is a movies app displaying box office and new released DVDs using the Rotten Tomatoes API.
Time spent: 8 hours
- 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.
- User sees error message when there's a networking error.
- User can pull to refresh the movie list. Guide: Using UIRefreshControl
- Add a tab bar for Box Office and DVD.
- Implement segmented control to switch between list view and grid view
- Add a search bar.
- All images fade in
- 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.
