airbnb / HorizonCalendar

A declarative, performant, iOS calendar UI component that supports use cases ranging from simple date pickers all the way up to fully-featured calendar apps.
Apache License 2.0
2.8k stars 234 forks source link

Add missing `@ViewBuilder` attribute to `dayOfWeekHeaders` #304

Closed tadija closed 4 months ago

tadija commented 4 months ago

Using this method with SwiftUI is kind of broken without a @ViewBuilder attribute.

Details

Related Issue

Motivation and Context

How Has This Been Tested

Types of changes

Checklist