:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API.
Grading Summary
Functionality: Outstanding
Code Style: Good
Visual Design: Good
Overall: Good
Detail note
In the first time, when I login, application is crash. But after that, it is okay.
Nice work specifying the Auto Layout constraints.
Your code is clean, easy to review
Nice work implementing the fav/unfav, and retweet/unretweet correctly and update the count accordingly. But I find some problem in case. After I fav 1 tweet, I go back to Home screen. I go back tweet that I was fav. The number of fav is old number (not correct).
HINT: In fav api, if success you change the number in Details and the number in Home. So it will update newest number
:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API.
Grading Summary
Detail note
Home screen
. I go back tweet that I was fav. The number of fav is old number (not correct).Keep going, try to best 👍