surajsaripalli / RottenTomatoes

0 stars 0 forks source link

RottenTomatoes

Worked for 5hrs.

Completed - Required : User can view a list of movies from Rotten Tomatoes
Completed - Required : User can view movie details by tapping on a cell
Completed - Required : User sees loading state while waiting for movies API
Completed - Required : User sees error message when there's a networking error (Implemented by hiding and unhiding a label according to the condition)
Completed - Required : User can pull to refresh the movie list
Completed - Required : Must use Cocoapods
Completed - Required : Asynchronous image downloading must be implemented using the UIImageView category in the AFNetworking library.
Completed - Optional : Loading High Resolution Images in the Detail Page