Swift doesn’t have a built-in type for fixed-size, stack-allocated arrays. The standard library uses code generation to work around this limitation for internal use. (more…)
Read more »
It’s hard to believe that Upside’s iOS app launched just seven months ago. From the beginning we wrote the whole thing in Swift, with a… (more…)
Read more »
Method Dispatch is how a program selects which instructions to execute. Learn how Swift method dispatch works, including some unexpected edge cases.
Read more »
A step-by-step guide on how to implement an end-to-end GraphQL use case in Swift using Vapor for the server and Apollo iOS Client for the iOS app... (more…)
Read more »