iOS vs Android development in 2020
Sep 6, 2020, 5:38 PM
Introduction Android and iOS are the leading mobile operating systems in the world. They have some similarities, but also some … More
Streamline your bug tracking workflow with Shake
Aug 24, 2020, 4:54 PM
Introduction Bugs are essential part of the software development process, whether we like it or not. Any software that is … More
SwiftUI in production
Jul 18, 2020, 3:57 AM
Introduction It’s been a month (at the time of writing) since my app Soccer Puzzles has been live on the … More
Collapsing top bar animation with SwiftUI
Apr 17, 2020, 1:57 PM
Introduction Many modern apps have a top bar, with customized designs and smooth collapsing animations. Since the default NavigationView doesn’t … More
Building smart Q&A app with CoreML, SwiftUI and Combine
Dec 20, 2019, 2:52 PM
Introduction Imagine an app that lets you scan a document and then gives you the possibility to ask questions … More
Sound classification with Create ML on iOS 13
Dec 9, 2019, 1:27 PM
Introduction Apple is making machine learning available to everyone. With the latest advancements in CoreML 3 and the new CreateML … More
iOS design by prototyping and iterating
Nov 24, 2019, 5:29 PM
Introduction Usually, as developers we don’t care much about UI design – we leave that up to the UX experts. … More
Getting started with PencilKit on iOS 13
Nov 10, 2019, 1:55 PM
Introduction Recently, I’ve released my new drawing app, called Drawland. It’s using Apple’s new drawing framework PencilKit, so in this … More
Developing drawing app with SwiftUI
Jul 20, 2019, 5:46 AM
Introduction In this post, we will build a drawing app with SwiftUI. Apart from being super fun and addictive, SwiftUI … More
Sentiment analysis with Natural Language and SwiftUI
Jul 14, 2019, 6:57 PM
Introduction The Natural Language framework was announced at WWDC, last year. It offers a powerful set of features for analysing … More
Text recognition on iOS 13 with Vision, SwiftUI and Combine
Jun 16, 2019, 11:57 AM
Introduction This year, WWDC was full of new and exciting features. The biggest one was probably SwiftUI, Apple’s new UI … More
Swift Class Diagrams Remastered
Mar 23, 2019, 8:04 PM
A picture is worth a thousand words. An architecture drawing – countless explanations. Sometimes, visualising concepts and implementations can bring … More