We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Expected behavior 29th of Feb in February section; 31st of Jan in January section;
Screenshots
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
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
The text was updated successfully, but these errors were encountered:
Hi @AndreyzZz! Thank you for the issue! I'll check and try to fix in the next release
Sorry, something went wrong.
No branches or pull requests
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
Expected behavior
29th of Feb in February section;
31st of Jan in January section;
Screenshots
![Screenshot 2024-03-06 at 19 57 36](https://private-user-images.githubusercontent.com/2386162/310875714-753cf147-8038-4f5a-bf19-200031804a22.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDQ2NjUsIm5iZiI6MTczODkwNDM2NSwicGF0aCI6Ii8yMzg2MTYyLzMxMDg3NTcxNC03NTNjZjE0Ny04MDM4LTRmNWEtYmYxOS0yMDAwMzE4MDRhMjIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDQ1OTI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmM3YmZlN2E4ZjBjODhlZWI1Y2Q2MjU2ZTUyMzA4OWIxMDU1NWRiM2FmYjFkNjI2MjdjNDIzYTAwMWE3ZTU3YiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.QjH-1YMiKtXsnxw_Nsxvxuze02naLBHrOzGhlnbBYkw)
![Screenshot 2024-03-06 at 19 57 56](https://private-user-images.githubusercontent.com/2386162/310875744-b8da0fbd-d89e-496d-9b01-2d50f6cdb7c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDQ2NjUsIm5iZiI6MTczODkwNDM2NSwicGF0aCI6Ii8yMzg2MTYyLzMxMDg3NTc0NC1iOGRhMGZiZC1kODllLTQ5NmQtOWIwMS0yZDUwZjZjZGI3YzYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDQ1OTI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTI0NDUzN2Q2MzNjMDJjM2FkYTZiNjVkOWI4Y2ZmNmJjOGY5NzE3ZjEyMjA0MzRmMTcwOWY0OWQwYWM5NjU2ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.CiIoVH7ioEIy-qBtf1ju8apOa-c3F_4zOmFzovaajig)
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
The text was updated successfully, but these errors were encountered: