In today’s post we’re going to take a look at the different types of operators that are available in Swift. We’ll take a closer look at how the Swift compiler interprets the symbols and tokens we include in our source code and look at how the concepts of precedence and associativity play a key role in shaping the results of our expressions.
Issue 18 – 5th January 2016
Swift Developments is a hand-curated newsletter containing a weekly selection of the best links, videos, tools and tutorials for people interested in designing and developing their own apps using Swift. Comment Happy New Year! I hope you had a relaxing break over the Christmas period. I thought we’d kick of 2017 by shaking things up […]
Issue 17 – 24th December 2015
Swift Developments is a hand-curated newsletter containing a weekly selection of the best links, videos, tools and tutorials for people interested in designing and developing their own apps using Swift. Comment Not much from me this week as things wind down for Christmas. Just to let you know though that I’m going to be taking […]
Issue 16 – 17th December 2015
Swift Developments is a hand-curated newsletter containing a weekly selection of the best links, videos, tools and tutorials for people interested in designing and developing their own apps using Swift. Comment I hope you’ve had a good week. After last weeks excitement of with the release of Swift, this week has been a relatively quiet […]
Variables and Constants in Swift
Like in C and Objective-C and pretty much every other programming language in existence, Swift uses constants and variables to store the values in your application. In this article, we’re going to look at variables and constants in Swift. Rules for Naming Variables As with other languages, constants and variables in Swift associate a name […]
Issue 15 – December 10th 2015
Swift Developments is a hand-curated newsletter containing a weekly selection of the best links, videos, tools and tutorials for people interested in designing and developing their own apps using Swift. Comment Welcome to another week of the AndyBargh.com Newsletter. So, unless you’ve had no power all week or were marooned on a desert island, you’ll […]