The ultimate guide for decoding characteristics' raw data received from Bluetooth Low Energy devices to meaningful Swift types. (more…)
Read more »
At WWDC21, Apple announced Swift-DocC, a new documentation compiler for Swift frameworks and... (more…)
Read more »
Do you think Swift structs are safe? This video may change your mind. “Structs should be the default choice” and “Only use classes when necessary” is common advice but might be misleading. We’d like to show you a different way of looking at the “Structs v... (more…)
Read more »
An overview of the sort of patterns and techniques that Swift’s extensions enable us to adopt, and how extensions can turn out to be one of the most powerful features that the language has to offer. (more…)
Read more »
Computed properties are a very useful feature in Swift when used correctly. Learn what they are and how you can use them in this week’s post. (more…)
Read more »