Getting UIKit's UICalendarView from iOS 16 fully functioning in a SwiftUI app

The new UICalendarView added to UIKit in iOS 16 looks great but there’s not a SwiftUI equivalent. Here’s how I got a SwiftUI app to show the calendar based on custom dates and update the calendar when dates change. ...

June 28, 2022 · Me

Bucket List Item Checked: My First WWDC

After so many years of anticipation I went to WWDC in person for the first time. ...

June 15, 2022 · Me

Vim, awk, and iOS translation files: Part 2

Here’s more detail about how I use awk and Vim to create translation files for my iOS apps. ...

March 28, 2022 · Me

The Vim "tip of the day" for Xcode Collection

Here’s a handy collection of the “Vim tip of the day” posts that I’ve made so far. ...

December 23, 2021 · Me

Adventures in Internationalization and localization with SwiftUI

Adding support for Dutch in my SwiftUI app was way more challenging than I expected. ...

October 20, 2021 · Me