I spent another evening treading through SQLite’s low-level C APIs.
I integrated a very naïvely written data store built with these APIs into a simple iOS GUI app.
Finally, I found out how to detect dark mode on macOS using Swift APIs.
In today’s post I introduce the basic techniques used to translate strings within SwiftUI applications.
I also present a simple component with an image placed in a circle.
Tips and tricks for synchronizing Xcode’s keyboard shortcuts between devices, autoformatting Swift files in Neovim, and IntelliSense.
Brief description of a prototype scene built along chapter 3 of SwiftUI Apprentice.
Looking at some of Swift’s abstract types, such as enums,
I noticed how similar they are to Rust.
In this post, I also describe common operations on date and time values.