Introduction This year, WWDC was full of new and exciting features. The biggest one was probably SwiftUI, Apple’s new UI … More
Category: iOS
Swift Class Diagrams Remastered
A picture is worth a thousand words. An architecture drawing – countless explanations. Sometimes, visualising concepts and implementations can bring … More
Dependency Injection in iOS using Girders for Swift
Introduction Dependency Injection is a technique in software development where the dependencies of an object are set from the outside. … More
Hand tracking with Turi Create and Core ML
Introduction The task of realtime hand tracking on a mobile device is both very interesting and challenging. The hand is … More
Building voice responsive AR apps
Introduction Augmented Reality and Conversational Interfaces are two of the hottest technologies at the moment. They both bring a broad … More
Creating 3D models for AR with photogrammetry
Introduction One of the challenges with AR is definitely the creation of 3D model representations of the real objects. This … More
iOS app requirements checklist
Introduction When we are starting with the development of a new app, we are usually going through the requirements defined … More
Driving cars with ARKit
Introduction With augmented reality, you can drive any car you want. In this post, we will drive Audi Q7, using … More
Flying sharks with ARKit
Introduction You’ve probably heard of Sharknado, a movie with a very sound theme – flying sharks everywhere. In this post, we … More
ARKit image tracking with whisky bottles
Introduction One of the coolest features in ARKit 2 is image tracking. This lets you specify some references images to … More