/UICalendarView-SwiftUI

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

Primary LanguageSwift

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. Huge thanks to Amro Mousa for helping me.

For more details see here:

http://chriswu.com/posts/swiftui/uicalendarview/