Mobile devices nowadays come with a lot of powerful CPUs at their disposal which gives you the ability to makes apps that are highly performant by taking advantage of them. Imagine your app is an… (more…)
Read more »
Formatting technology for Swift source code. Contribute to apple/swift-format development by creating an account on GitHub. (more…)
Read more »
Swift 4 is here, and it's bringing some nice changes. We're not getting a radical rework of the syntax like we did last year, nor are we getting a breathtaking pile of new features like we did for Swift 2, but there are some nice additions you can use to ... (more…)
Read more »
Automatic Reference Counting (ARC) is a memory-management solution that makes sure the memory for the different objects and functions you create are properly allocated and deallocated so the device… (more…)
Read more »