trungdq88 / learn-swift

Assignments for swift class
0 stars 0 forks source link

Assignment 2 review #2

Open trungdq88 opened 8 years ago

trungdq88 commented 8 years ago

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

coderschoolreview commented 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:

Some suggestions or areas for improvements:

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