Rotten Tomatoes Swift Project
This is an iOS Swift application for displaying the latest box office movies using the RottenTomatoes API.
Time spent: 9 hours spent in total
Completed user stories:
Required: User can view a list of movies from Rotten Tomatoes. Poster images must be loading asynchronously.
Required: User can view movie details by tapping on a cell
Required: User sees loading state while waiting for movies API. You can use one of the 3rd party libraries at cocoacontrols.com.
Required: (Partial) 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.
Walkthrough of all user stories: