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 Hi, I hope you’ve had a great week! So this week, we’ve got a bit more clarity with regards to the way ahead with […]
Issue 36 – 10th May 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 Welcome to another week of the newsletter! This week has been a good week for me. I’ve had a couple of days off including […]
Swift Assertions
Depsite our best efforts, situations can, and sometimes do, still occur that mean that execution of our app simply can’t continue. In this article we’ll look at how to identify and debug those situations using a group of functions available in Swift called assertions.
Issue 35 – 3rd May 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 Welcome to another issue of the newsletter! I hope you’ve had a great week. It was a national holiday here in the UK yesterday […]
Issue 34 – 26th April 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 So the WWDC lottery has been and gone. Congratulations if you managed to get a ticked and commiseration’s if you didn’t. I know for […]
Swift Strings
In the last post we looked at the Unicode, the international standard for encoding, representing and handling, text. In this article, we build on that knowledge and look at how we can handle, process, and manipulate, characters and strings in Swift.