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

Replace scrollEnabled = YES and NO by turning on directionLockEnabled on the tableView #50

Merged
merged 2 commits into from
Dec 18, 2013
Merged

Conversation

mergesort
Copy link
Contributor

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.

CEWendel added a commit that referenced this pull request Dec 18, 2013
Replace scrollEnabled = YES and NO by turning on directionLockEnabled on the tableView
@CEWendel CEWendel merged commit 2f31df0 into CEWendel:master Dec 18, 2013
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
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.

2 participants