Latest Posts
Creating a SwiftUI text view with tappable links
Dec 18, 2024
In this post, we’ll take a look at how to create a SwiftUI Text
alternative that can mix plain text and tappable links, using the Text
view’s underlying support for Markdown.
Xcode stops fetching Swift packages
Nov 4, 2024
Today, Xcode 16.1 suddenly stopped fetching Swift package dependencies, with a Fatal: cannot use bare repository
warning. Let’s see how to fix it, in case it starts happening to you.