-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Delegate] implement additional selection / multi-selection + editing APIs? #94
Comments
Managing the selected cells
|
As far as PRs go, let's group single selection into 1 PR and multi-selection into another. We should probably also exercise this functionality in the example app. |
Also, I'd say this task (especially multi-selection) is lower priority than others. |
That's what I meant. 😁 |
Which task should I begin to start? |
Issue #94 Add `shouldSelect`, `shouldDeselect`, `didDeselect()`
Selection
Selection docs: https://developer.apple.com/documentation/uikit/uicollectionviewdelegate#1656555
Single Selection APIs
Multi-selection APIs
Editing
Edit docs: https://developer.apple.com/documentation/uikit/uicollectionviewdelegate#3618659
The text was updated successfully, but these errors were encountered: