zeantsoi/Yelp-Roulette

[Intro to iOS] Week 2 Project: Yelp - Review my app

Opened this issue · 1 comments

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

👍 nice work. The primary challenge of this homework was to learn how to use UITableView to manage a complex form, establish communication between view controllers, and apply the correct Auto Layout constraints to build adaptive UI's that work across many different screen sizes and orientations. If you haven't already, we recommend going back and running your homework again while rotating the device / simulator to ensure your AutoLayout constraints function as expected.

You miss the trailing space to super view constraint so that the categoriesLabel is truncated in this cell.
screen shot 2016-02-15 at 10 11 12 pm

We have a detailed Project 2 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.

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

This was a challenging assignment, congrats on completing it successfully!