You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I’m using JTACMonthView to implement a horizontal single-line week calendar (showing only one week at a time, scrolling horizontally between weeks). The calendar is configured to display only the current week (7 days), but I’m encountering a duplicate data issue:
The week containing the current date appears to be loaded twice in the data source, causing duplicate cells or unexpected scrolling behavior.
This happens specifically when scrollDirection = .horizontal and visibleDates are limited to one week.
Expected Behavior:
When scrolling week by week horizontally, each week should appear only once, and the current week should not be duplicated.