Simple Rotten Tomatoes iOS client written in Swift for CodePath bootcamp Fall 2014.
Time Spent: Approx 20 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 using ZAActivityBar: https://github.com/zacaltman/ZAActivityBar
- User sees error message when there's a networking error.
- User can pull to refresh the movie list.
- All images fade in.
- Low-res image loaded first, then to high-res when complete.
- All images cached in memory and disk.
- Customize the highlight and selection effect of the cell.
- Customize the navigation bar.
- Add a tab bar for Box Office and DVD.
- Add a search bar.
