davedive / ios_yelp

This is my own implementation of the 2nd CodePath iOS project. Forked from a seed project that contains a working Yelp API client.
0 stars 1 forks source link

[iOS Bootcamp] - Project 2 - Dave Bernthal #1

Open davedive opened 10 years ago

davedive commented 10 years ago

/cc @thecodepath @timothy1ee

Yelp App is complete!

stepan commented 10 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. A few notes after checking out the code: