Snorfermino / MovieFlicks

0 stars 0 forks source link

[Assignment 1] Review #1

Open minhchau273 opened 8 years ago

minhchau273 commented 8 years ago

Hi @Snorfermino,

It looks like you haven't pushed the latest code to your repo yet. Please update asap and let me know when you complete.

-Chau

thanhtan1105 commented 8 years ago

:+1: Congratulation! You're the first one submitting this assignment. 🎉 The point of this homework was to explore a simple example of a full MVC application with a RESTful API. You learned about UITableViews, custom UITableViewCells, navigation from a UITableView, and basic networking.

Grading Summary:

Overall: Good

Detailed Notes

screen shot 2016-07-12 at 23 58 33

screen shot 2016-07-13 at 00 25 17

Using LineOfNumber in UILabel to limit content to show. If user want to read more detail, they can tap on cell.

  • Nice for using AFNetworkReachabilityManager to check network and show friendly error message to user.
  • I found duplicated code when you fetch data from API. We can mix 2 function in to one fetchMovieDataFromAPI and refreshControlAction.

Great job dedicating enough time to do the homework. You learned a lot! Keep up the good work. 🏇