Replace scrollEnabled = YES and NO by turning on directionLockEnabled on the tableView#50
Merged
CEWendel merged 2 commits intoCEWendel:masterfrom Dec 18, 2013
mergesort:scroll_enabled
Merged
Replace scrollEnabled = YES and NO by turning on directionLockEnabled on the tableView#50CEWendel merged 2 commits intoCEWendel:masterfrom mergesort:scroll_enabled
CEWendel merged 2 commits intoCEWendel:masterfrom
mergesort:scroll_enabled
Conversation
CEWendel
added a commit
that referenced
this pull request
Dec 18, 2013
Replace scrollEnabled = YES and NO by turning on directionLockEnabled on the tableView
anivaros
pushed a commit
to anivaros/SWTableViewCell
that referenced
this pull request
Jun 22, 2018
… Not able to swipe to reveal right after scrolling collection view children of cell content view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instead of toggling between states of scrolling enabled, turning on directionLock on the UITableView makes it so the table will not scroll when the scroll view is dragging left to right.
This is beneficial because sometimes the table locks up in the current implementation, and because it avoids maintaining state.