Introduction One of the coolest features in ARKit 2 is image tracking. This lets you specify some references images to…
Introducing Girders for Swift
We, at Netcetera, are very excited to announce that we are open sourcing our framework for building iOS apps, GirdersSwift.
Setting up CI with Travis-CI and Fastlane on iOS project
Introduction Continuous integration (CI) is a great software engineering practice. It requires developers to commit frequently and after each commit.…
Catching smiles with Google’s ML Kit on iOS
Introduction At the Google I/O conference, Google has announced an exciting new framework for machine learning, called ML Kit. This…
Detecting Whisky brands with Core ML and IBM Watson services
Everyone who knows me, also knows that I’m a huge whisky fan. In this post, I will blend two of…
Speaking at conferences
Lately, I’ve been doing a lot of talks at conferences, meetups and other events, such as job fairs and university…
Swift code types navigator
Software visualization gives an overview of the current state of your codebase. With it, you can onboard new team members…
Pragmatic iOS app architecture
Lately, I’ve been reading a lot of articles on app architectures. There are many such articles, with many different opinions…
Flexible table views with descriptor arrays
Introduction Frequently, in our work as iOS developers, we have to present some kind of data in a table view…
Forward pipe operator in Swift
One of the most debatable Swift features is the possibility to create your own (or overload the existing) operators. This…