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