CalendarView icon indicating copy to clipboard operation
CalendarView copied to clipboard

Calendars made simple (SwiftUI)

Results 14 CalendarView issues
Sort by recently updated
recently updated
newest added

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...

type: fix

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 ![Captura de pantalla 2024-07-07 a las 14 34 19](https://github.com/Mijick/CalendarView/assets/63014928/c7bdb093-e28c-40c3-94f2-36846c2f1e05)

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.