A couple of years ago, all of the iOS apps were small containing less than 10 screens. The codebase was small, storyboards were working excellent, and it was easy to maintain your project. From an… (more…)
Read more »
Computed properties are a great tool to keep your code clean and free of bugs you should use in any code you write. (more…)
Read more »
Swift 5.0 introduced a stable binary interface on Apple platforms. This meant that apps built with the Swift 5.0 compiler can use the Swift runtime and standard library built into the operating system, and that existing apps will remain compatible with ne... (more…)
Read more »
We all know that async / await was one of this year’s big announcements WWDC. It completely changes the way we interact with concurrent code. Instead of using completion handlers, we can await results… (more…)
Read more »
A script, written in Swift, to up- and download files from Dropbox - bvankuik/dropfromshell... (more…)
Read more »