yefga
Results
2
comments of
yefga
simply using `Calendar.current.dateComponents([.month], from: minimumDate, to: selectedStartDate ?? Date())` to get month as a section then you can set `collectionView.scrollToItem(at: IndexPath.init(item: 0, section: section), at: .top, animated: true)`
Xcode 15.4 😅