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

Vim, awk, and iOS translation files

Using some of my favorite tools to create translation files for my SwiftUI app. ...

September 30, 2021 · Me

Working with DisclosureGroup in SwiftUI for iOS 15

New tools available to us with iOS 15 can be used to enhance DisclosureGroups. ...

September 25, 2021 · Me

Building a SwiftUI Emoji picker part 1

The weeks before WWDC are an interesting time to be someone working on an iOS app. ...

August 20, 2021 · Me

Moving items in multiple sections of a SwiftUI List

With the SwiftUI changes that were added in iOS 15 I started directing a lot of my attention to Lists. I quickly hit a problem. ...

July 13, 2021 · Me