gkotick / twitter

0 stars 0 forks source link

[FBU iOS] Project 4- Twitter - Please Review #1

Open gkotick opened 8 years ago

gkotick commented 8 years ago

My app is complete, please review. /cc @codepathreview @codepath

sumade commented 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.

Btw, you have a bug in your code when tapping on the "profile" button on the tab bar. Your app crashed when I tried to view my profile because I don't have a backgroundUrl, but your ProfileViewController logic assumes one will always be present.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.