katesi / yelp

0 stars 0 forks source link

Yelp assignment #1

Open katesi opened 9 years ago

katesi commented 9 years ago

Hi, Sorry, my submission is somewhat rough. I wasted a lot of time on making the initial project from the video to work. I ran into some weird issues, which I spent a lot of time fixing. The issues were really weird, so I didn't think that asking in the help group will help. So, I didn't have enough time to actually do the required additional stuff look nice. What would help if along with videos, you could also post the projects in the running state (if you are sharing the whole process anyway)

I know the code should be refactored, and I know there are still some issues, but I thought it's better to submit what I've got anyway. So, I spent minimal time on the actual required stuff, but setting up the project to the stage from the videos took me a while.

/cc @codepathreview

dirkdk 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.

-- dirk

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