hudsonhyunlim / ios_yelp_swift

0 stars 0 forks source link

Submitting bootcamp-Yelp #1

Open hudsonhyunlim opened 8 years ago

hudsonhyunlim commented 8 years ago

@codepathreview Here's yelp. I also have unfinished code in there, but it's not going to affect the product. Also, use the fake gps thing in the simulator.

sumade commented 8 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 to build adaptive UI's that work across many different screen sizes and orientations. If you haven't already, we recommend going back and running your homework again while rotating the device / simulator to ensure your AutoLayout constraints function as expected.

We have a detailed Project 2 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.

Nice job with the map view, and using the user's actual location to center the map. i'm glad you were able to explore something that's likely very relevant to Lyft. You might want to look into showing the user's location, and how to animate changes in location while in the map view.

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