mspielberg / codepath-yelp

A simple iOS client for Yelp
0 stars 0 forks source link

Week 2 submission #1

Open mspielberg opened 9 years ago

mspielberg commented 9 years ago

This isn't really as polished or feature-rich as I would like it. I ended up putting a log of time into getting iOS <= 7 dynamic table row height working as an educational experience, and having to time-box the project as a whole without implementing additional optional or extra features.

@codepath

codepathreview commented 9 years ago

:+1: nice work. With this assignment, we've now explored all the main patterns for building MVC clients! If this were 2009, you would be well on your way to building most apps that you could find in the app store. Over the next few weeks, we'll be focusing on custom views and view controllers to implement the interactions and visual effects that we find in more modern iOS apps.

Here's a checklist of things that I'm looking for in this project. You should review the checklist, and make any changes to your project, if necessary.

codepathreview commented 9 years ago

:+1: 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. For each point in the homework feedback checklist, I'll either confirm that you're on the right track with the implementation, or I'll provide some feedback:

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

-- dirk