Browse all tags →
Tagged with swift
2026
Uniqcount: estimating unique elements with a tiny amount of memory

A practical look at building a memory-efficient distinct-elements estimator in Swift, based on the CVM streaming algorithm.

2025
Building a Type-Safe Routing System for SwiftUI

A deep dive into creating a declarative, type-safe routing system for SwiftUI applications, with support for deep linking, state restoration, and universal links.

Contributing audio track switching and default audio track selection to Yattee

How I added MPV audio track switching in Yattee and improved default audio track selection.

2023
Modeling view state in SwiftUI

How to reduce boilerplate code when modeling view state in SwiftUI views by using a generic enum to handle common scenarios such as loading, success, and error states.

2022
A first look at Swift Charts: building a horizontal bar chart

An introduction to the Swift Charts library and a look at how to build a horizontal bar chart using some sample data.

Building, testing and releasing native iOS apps using Codemagic

My experience using the Codemagic platform to set up continuous integration, testing and automated deployments for a native iOS app written in Swift.

Recreating the App Store's expandable text in SwiftUI

Recreating the expandable text view used in the App Store's app description using SwiftUI. The view will be able to expand its content by tapping on a "more" button.