:+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: Good
Code Style: Excellent
Visual Design: Good
Usability: Good
Overall: Good
Detailed Notes
Nice work specifying the Auto Layout constraints.
Nice work handling the image by dynamically modifying the constraint. This is a situation where its not possible to specify the behavior that you want solely using Interface Builder.
You should try setting up the controls within the Tweet cells. It can sometimes be hard to have a clean design for embedded controls because it usually involves cumbersome plumbing. This is an instance where I think having the model handle the network action helps greatly simplify the implementation.
Nice work handling the post tweet insertion into the feed. In real MVC apps, the more polished experiences have to do a certain amount of local object management to make a fully seamless experience.
There's a tiny issue when composing new tweet. When I paste a long content to this field, the layout doesn't work well.
Hi @coderschoolreview,
Eventually I did finish the assignment. Please help me to review it. Thanks a lot for extension deadline.