BryanMorfe / BryanMorfe/sectionkit
Implement a more granular approach for determining which delegates to call for section providers.
Open
enhancement
- Dominant language
- Swift
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
Currently, delegate methods such as `collectionSectionControllerDidEndMultipleSelectionInteraction(_:)` is called for all section providers when in reality it should be called only for the section providers for which there was a multiple selection interaction. The same occurs for ending/starting context menu interactions, for example.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.