Open djethani opened 8 years ago
:+1: Congratulations on finishing the final assignment! It's impressive to realize how far you've come in the class.
The point of this homework was to explore an example of a full MVC application with a RESTful API. We added this homework so that you'll have the experience building an app that's more similar in complexity to a production app.
We have a detailed Project 4 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.
One example: all of your rows have the same height in the TweetsViewController. Take a look at this section of the Table View guide for details on how to have the row auto adjust the height based on your auto layout constraints.
If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.
My twitter app is complete. /cc @codepathreview @codepath