Agisight
Agisight
https://stackoverflow.com/a/31387259 Here is the solution: ``` dayCell.isSelected = selectedIndexPaths.contains(indexPath) if dayCell.isSelected { collectionView.selectItem(at: indexPath, animated: true, scrollPosition: .centeredHorizontally) } ``` @mmick66
@mmick66 I see a new working PR which fixed the issue. So you can choose which one is better. I vote for **andygeers/ios15** version. So, do you still need my...
https://github.com/mmick66/CalendarView/pull/145 Here is a PR with my lines above