Blog

Diving deep into Swift techniques, iOS development and many more

App Enums and App Entities

published on September 20, 2025

SwiftAppIntents

AppEnum and AppEntity let you extend AppIntents in iOS with static and dynamic data, making your app’s features more accessible through Siri, Shortcuts, and Spotlight. This article explains how to use both for richer, more discoverable user experiences.

Read more

AppIntents

published on September 18, 2025

SwiftAppIntents

AppIntents in iOS make it easier to connect your app’s features with system-wide experiences like Siri, Shortcuts, and Spotlight. Instead of writing complex integrations, you can declare clear, type-safe intents that expose your app’s functionality to users in a natural way. This not only improves discoverability but also gives users faster, more personalized interactions with your app.

Read more

SwiftUI Transitions

published on September 7, 2025

SwiftSwiftUIAnimations

Learn how to create smooth, engaging UI animations in SwiftUI using built-in and custom transitions. From simple fades to complex combinations, this guide covers the essentials with best practices and examples.

Read more

SwiftUI Animation techniques

published on September 3, 2025

SwiftUISwiftAnimations

One of the main reasons iOS feels so good to use is its fluent animations. Looking at successful apps, you would many times find these subtle but powerful animations. In this article, we are exploring the different animation APIs SwiftUI provides us and by the end of it, we will see how to recreate those beautiful visual effects we all love.

Read more

What's new in Xcode 26

published on June 9, 2025

WWDCiOSmacOS

In this article we are having a quick look at what awesome new features Xcode 26 presented at WWDC25 holds for us.

Read more

WWDC25 Recap

published on June 9, 2025

WWDCiOSmacOS

As usual, Apple kicked off the 2025 Worldwide Developers Conference with a quick presentation highlighting the upcoming updates across its platforms. This article recaps the new features announced this year, including the striking new Liquid Glass design and the introduction of Apple Intelligence.

Read more

Custom Regex Components in Swift

published on April 13, 2025

Swift

In a previous article we have looked at how powerful the Swift regex system is. In this article we are going to look at another clever way for working with complex regular expressions, the RegexComponent.

Read more

Animate your drawings with SwiftUI

published on March 14, 2025

SwiftUIAnimations

In this article we are going to explore how to make these drawings more interactive with animations. We will start with Shapes as paths on their own are not animatable then we will see how to achieve complex animations with canvases.

Read more

Drawing with SwiftUI

published on March 9, 2025

SwiftUIAnimations

In this article we are going to explore Paths, Shapes and the Canvas, discussing their pros and cons and uncover why I consider there to be only two and a half drawing tools in SwiftUI. Let’s dive in!

Read more