klampotang / tweeter

iOS app Twitter client
0 stars 0 forks source link

[FBU iOS] App review request #1

Open klampotang opened 8 years ago

klampotang commented 8 years ago

Hi! Basic functionality is done, please review my app! "/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.

Two issues that immediately appear: auto layout isn't working when you rotate the phone (the text doesn't use all of the available horizontal space), and your app crashes if the user does not have a header image and you tap to view the user's profile. You should make sure to test for nil values before using them.

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