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

[fix] Fix out-of-bounds selection in UICollectionView" #1433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ye7ia33
Copy link

@ye7ia33 ye7ia33 commented Apr 26, 2024

No description provided.

@github-jinwei
Copy link

error info:
#0 (null) in __exceptionPreprocess ()
#1 (null) in objc_exception_throw ()
#2 (null) in -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] ()
#3 (null) in -[UICollectionView _validateSelectionOrHighlightIndexPath:isSelection:allowMassIndexPath:assertIfInvalid:] ()

UICollectionView tries to select a particular IndexPath and finds that the IndexPath is invalid. This usually occurs when the IndexPath does not exist in the current data source.

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

Successfully merging this pull request may close these issues.

None yet

2 participants