didScrollToDateSegmentWith working when click to cell in iphoneX
**(Required) Version Number:**8.0.3
Description
In Iphone X, when I click to cell in collectionView, function didScrollToDateSegmentWith working cause some actions to go wrong
Steps To Reproduce
Step 1 : Setup normal Calendar Step 2 : Click to cell in collectionView on device iphone X Step 3 : Debug in function didScrollToDateSegmentWith
Expected Behavior
didScrollToDateSegmentWith not working when click to cell
Additional Context
didScroll do the task of calling API , when click duplicate calling API
What code are you executing when the user clicks on the cell?
I using function didScroll to check scroll collection view. But on only device iphone X , when i click to cell at collectionView, function didScrollToDate working
func calendar(_ calendar: JTACMonthView, didScrollToDateSegmentWith visibleDates: DateSegmentInfo) { print("work in here") }
when i click to cell in collection View, function this working a few months on only device iPhone X
@patchthecode can you review it?