The Swift Programming Language has 2 repositories available. Follow their code on GitHub. (more…)
Read more »
Some developers looove extensions, and rightfully so; they are very easy and convenient to power up types in Swift to make our lives easier. If a developer isn’t careful, however, you may import a framework and run into an overload of unwanted extensions,... (more…)
Read more »
In this article, I’ll aim to explain both why I chose not to use any client-side JavaScript when building Swift by Sundell, and why I thought that it was important to emphasize that fact at the bottom of every page. (more…)
Read more »
You might be expecting the balance of Swift vs Objective-C to be biased towards Swift, and you’d be right. Here’s how it looks for people’s personal/hobby apps: (more…)
Read more »
Easily get Nth character from string with Swift. In this post I will show you multiple ways to get the Nth character from a string with Swift... (more…)
Read more »