The power of switch statements in Swift — Swift by Sundell
www.swiftbysundell.comWhile switch statements are hardly something that was invented as part of Swift, they are made a lot more powerful when combined with Swift's type system. John Sundell goes further beyond switching on single enum values and takes a look at more of the powerful capabilities that switch statements offer in Swift.
Read more...