My iPad App currently uses an open source component based on a UICollectionView to present a monthly calendar to the user.
What would be the best SwiftUI component to build a grid-style calendar that can contain multiple components in each day?
What would be the best SwiftUI component to build a grid-style calendar that can contain multiple components in each day?