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

Add deselect selector to proxy #1108

Closed
wants to merge 3 commits into from
Closed

Add deselect selector to proxy #1108

wants to merge 3 commits into from

Conversation

rnystrom
Copy link
Contributor

@rnystrom rnystrom commented Feb 21, 2018

Changes in this pull request

Issue fixed: #1105

Checklist

  • All tests pass. Demo project builds and runs.
  • I added tests, an experiment, or detailed why my change isn't tested.
  • I added an entry to the CHANGELOG.md for any breaking changes, enhancements, or bug fixes.

Unable to add tests w/out hacking UITouch events on a collection view. Open to suggestions.

@facebook-github-bot
Copy link
Contributor

@rnystrom has updated the pull request. View: changes

@rnystrom rnystrom added this to the 3.3.0 milestone Feb 21, 2018
@@ -27,6 +27,7 @@ static BOOL isInterceptedSelector(SEL sel) {
sel == @selector(collectionView:willDisplayCell:forItemAtIndexPath:) ||
sel == @selector(collectionView:didEndDisplayingCell:forItemAtIndexPath:) ||
sel == @selector(collectionView:didSelectItemAtIndexPath:) ||
// sel == @selector(collectionView:didDeselectItemAtIndexPath:) ||
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha sec this was for testing, brb

@facebook-github-bot
Copy link
Contributor

@rnystrom has updated the pull request. View: changes

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rnystrom is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@rnystrom rnystrom deleted the deselect-proxy branch November 26, 2018 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cells do not deselect when scroll view delegate is set for ListStackedSectionController adapter
3 participants