Open trungdq88 opened 8 years ago
Hi Trung
:+1: even though you didn't have enough time, thank you for still doing a good job. 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.
Great things that we see:
business
property.Some suggestions or areas for improvements:
extension SearchViewController: UITableViewDelegate, UITableViewDataSource
syntax instead.BusiessCellView.show(business)
is interesting. A common way is to set private subviews in a didSet observer like thisvar business: Business! {
didSet {
// set subviews here, using values from the business variable
}
}
This was a challenging assignment, congrats on completing it. Hope you will continue to make time to practice new techniques and build great iOS apps.
Hi @coderschoolreview, thank you for review my assignment 1, I appreciate all your comments and improvement suggestions.
I have finished my assignment 2, this time I didn't manage to get the optional tasks done, I hope it would be alright. Maybe I will do some of the optional tasks on Sunday.
Link to assignment 2: https://github.com/trungdq88/learn-swift/tree/master/assignment-2
Again, thank you for contributing your time to teach this class. Have a good day.
/cc @coderschoolreview