CalendarView
CalendarView copied to clipboard
Calendars made simple (SwiftUI)
I have custom dayviews which have a frame height of 300; that means that by far not the full month is visible at once. When I try to scroll to...
I've started testing this library - and it's really great and powerful. I think this library needs a better documented README to outline all features and configurations the Calendar has...
## Description a new condition was added to allow show or not weekdays in MCalendarView by default it´s true ## Screenshot 
ANyView?
Why is erasing to any view required? when I remove those erasures, the UI is no longer styled
The selectedDate binding in DayView does not update when changed. This works fine for months but not for days making it impossible to change the selectedDate outside of the touch...
### Description MCalendarView struct is currently defined like this: public struct MCalendarView: View { @StateObject var selectedData: Data.MCalendarView let monthsData: [Data.MonthView] let configData: CalendarConfig init(_ selectedDate: Binding?, _ selectedRange: Binding?,...
I tried looking through what you had, but i cannot find a way to disable weekends, holidays, or any other arbitrary days. Is this a current possibility?
On iOS the calendar looks great but on macOS, the color is very faded and I have not found a fix for it. See attached.
Custom `WeekdaysView` was not working because it was not following the same pattern (protocol returning `AnyView`, `createDefaultContent()` method) as `DayView`, `MonthLabel` and `WeekdayLabel` do.