Swift computed properties can be tuples

Did you know that in Swift a computed property can be a tuple? I sure didn’t. ...

January 9, 2022 · Me

Using AppStorage with complex objects and SwiftUI Pickers

I recently encountered a situation with SwiftUI Pickers that I thought would make an interesting blog post. I’m going to walk through what I encountered and how I handled it. ...

January 2, 2022 · Me

My Very First WWDC Lab

The virtual versions of WWDC have been a game changer. ...

July 19, 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