iOS-updates-2018 / Labs

Lab Exercises for 67-442 Mobile Application Development in iOS at Carnegie Mellon University.
1 stars 1 forks source link

Lab 2 results #3

Closed svayamm closed 6 years ago

svayamm commented 6 years ago

Errors

Part 1 Step 7:

dismissViewControllerAnimated(_:completion:)' has been renamed to 'dismiss(animated:completion:)'

Part 1 Step 10:

Instance method 'textFieldShouldReturn(textField:)' nearly matches optional requirement 'textFieldShouldReturn' of protocol 'UITextFieldDelegate'

-- method argument name needed to be changed, apparently.

Queue playground:

Misc.

Stacks Step 2: 'Change on the the tests' to 'Change one of the tests' Queues Step 2: 'check out' to 'refer to'

Possibly add more screenshots in Step 1 Also, I'm not entirely sure what the updateDisplay function does in Step 1, since I don't think I filled it in but my app still works fine (and I excluded it entirely when I'd done it for the lab way back when)

Timing

Part 1: 58:19

Part 2: Overall - 16:44 Stacks - 3:32 Stacks Playground - 2:49 StacksTests - 0:43

Queues - 13:12 Queues Playground - 4:30 QueuesTests - 8:42

liao-frank commented 6 years ago

Errors

Part 1 Step 7 dismissViewControllerAnimated(_:completion:)' has been renamed to 'dismiss(animated:completion:)' Stacks Step 2 "Change on the the tests" Queues Playground Missing argument label The informal tests assume that array is a public attribute

Suggestion

Timing

Part 1: 64:05

Part 2: 11:12 Stacks - 3:46 Playground - 2:56 Testing - 0:50

Queues - 7:26 Playground - 2:45 Testing - 4:41