ljhskyso / Yelp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HW2 - Yelp! Completed

ljhskyso opened this issue · comments

commented

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

👍 Nice work Jiheng! 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.

  • For the business cell, nice work encapsulating the properties into the private class extension.
  • Nice work specifying the Auto Layout constraints.
  • Nice work implementing the filters view controller. See this popular form library for an alternative to implementing forms manually.
  • Nice work connecting the view controllers via the custom filter delegate. This is a popular pattern for handling events between view controllers.

This was a challenging assignment, congrats on completing it successfully! We have provided a detailed Project 2 Feedback Guide which covers the most common points we see for this project. Read through the feedback guide point-by-point to determine other ways you could improve your submission. You should consider going back and implementing applicable feedback 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.