https://github.com/deepak2510/RottenTomatoes/blob/master/rottemTomatoes.gif
-> 10+
[DONE]User can view a list of movies from Rotten Tomatoes. Poster images must be loading asynchronously.
[DONE]User can view movie details by tapping on a cell
[DONE]User sees loading state while waiting for movies API. You can use one of the 3rd party libraries at cocoacontrols.com.
[NOT IMPLEMENTED]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.
[DONE]User can pull to refresh the movie list.
[DONE]All images fade in (optional)
[NOT IMPLEMENTED]For the large poster, load the low-res image first, switch to high-res when complete (optional)
[NOT IMPLEMENTED]All images should be cached in memory and disk. In other words, images load immediately upon cold start (optional).
[NOT IMPLEMENTED]Customize the highlight and selection effect of the cell. (optional)
[DONE]Customize the navigation bar. (optional)
[NOT IMPLEMENTED]Add a tab bar for Box Office and DVD. (optional)
[DONE]Add a search bar. (optional)