minhchau273 / -coderschool-SwiftClass-Assignment-2-Yelp

Yelp
0 stars 0 forks source link

[Assignment 2] - Review my app #1

Open minhchau273 opened 8 years ago

minhchau273 commented 8 years ago

Hi @chug2k,

My app is completed. Please review :) Thanks.

chug2k commented 8 years ago

+1: nice work. I always expect the best from you. :shipit:

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. You did an excellent job, as always.

Some tiny bugs/suggestions:

Great work. :rocket:

chug2k commented 8 years ago

Ah, one more thing - instead of setting the frame on searchbar, you could have done something like:

navigationItem.titleView = UISearchBar()
minhchau273 commented 8 years ago

Hi Sang,

navigationItem.titleView = UISearchBar()

but I cannot expand the search bar (or maybe I made something wrong :confused:). So I used setting frame.

Thanks a lot, Sang :blush:.

chug2k commented 8 years ago