-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
MonthView is shifted by One day (The last day of Month is displayed in a different month but should be an empty collection cell).
To Reproduce
- Set TimeZone on iPhone to NY (GMT-5.00)
- Init KVKCalendar with style (enclosed below)
- Scroll to March 2024 (MonthView)
- See error (WeekCells are shifted by 1day)
Expected behavior
29th of Feb in February section;
31st of Jan in January section;
Additional context
let tz = TimeZone(secondsFromGMT:0) style.timezone = tz style.selectedTimeZones = [tz] style.timeline.isHiddenStubEvent = false style.startWeekDay = .sunday style.systemCalendars = ["Calendar1"] style.timeline.scrollLineHourMode = .onlyOnInitForDate(Date()) style.timeline.showLineHourMode = .always style.headerScroll.colorWeekdayBackground = .systemGray6 style.followInSystemTheme = true style.month.selectionMode = .single
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

