Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didScrollToDateSegmentWith working when click to cell in iphoneX #1362

Open
hoangnv98 opened this issue Nov 23, 2022 · 3 comments
Open

didScrollToDateSegmentWith working when click to cell in iphoneX #1362

hoangnv98 opened this issue Nov 23, 2022 · 3 comments

Comments

@hoangnv98
Copy link

**(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

@patchthecode
Copy link
Owner

What code are you executing when the user clicks on the cell?

@hoangnv98
Copy link
Author

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

@hoangnv98
Copy link
Author

hoangnv98 commented Nov 24, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants