d5h / ios_yelp

0 stars 0 forks source link

[Intro to iOS] Yelp #1

Open d5h opened 9 years ago

d5h commented 9 years ago

Finished required elements plus some styling. /cc @codepathreview @codepath

If I had more time to spend, I'd like to style the filter table settings more nicely. I couldn't figure out how Yelp gets the nice table cells in each section, white on gray background, with rounded top and bottom.

Note that I didn't include every category because people said the long list was slowing down Xcode on the FB page. It didn't seem like including every category changed the implementation at all.

Thanks for reviewing!

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.

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