Craig Grummitt – Before I forget

Discoveries in Swift and iOS development.

Tag: for loops

  • Farewell c-style `for` statement

    In Swift 3.0, the c-style for statement is deprecated. A bold step to remove a structure that most of us are familiar with to make the language more robust, and to continue the…

    Keep reading