dhanuagnihotri / Yelp

Yelp client
0 stars 0 forks source link

[iOS Bootcamp] [Intro to iOS] - Review my app #2 #1

Open dhanuagnihotri opened 9 years ago

dhanuagnihotri commented 9 years ago

My app is complete, please review /cc @codepathreview

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.

dirkdk 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