Beginning Swift 3 - Part 8: Switch Statements | Ray Wenderlich

Learn about switch statements in Swift 3.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4095-beginning-swift-3/lessons/8

FYI: The coordinates were not provided on the second exercise, I was wracking my brains
trying to figure it out, gave up and then saw them listed on the solutions playground.

Thanks for the heads up! I’ve updated the challenge playgrounds.

Good stuff! Enjoying it!

1 Like

I’m glad to hear it!

Thanks for the video Brian, it is useful when transitioning from the simple switch statements in Objective-C. I would just argue that you should use β€œlet” more instead of the vars just to encourage good practice.