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
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?
**(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
The text was updated successfully, but these errors were encountered: