Describe the bug
A clear and concise description of what the bug is.
I have a UIViewController that I can swipe left-to-right to open my Side Menu. On my VC I have a UITableView with cells that should be individually editable / deletable by swiping right-to-left. The presence of the Side Menu makes it so that my cell swipe gestures are not recognized.
To Reproduce
Steps to reproduce the behavior:
Create a UIViewController with a left Side Menu
Add a UITableView to the VC
Implement the func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) method on the tableView
See that swiping right-to-left on the cells do not trigger the cell editing feature
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I have read the guidelines for contributing and I understand
Describe the bug A clear and concise description of what the bug is.
UIViewController
that I can swipe left-to-right to open my Side Menu. On my VC I have aUITableView
with cells that should be individually editable / deletable by swiping right-to-left. The presence of the Side Menu makes it so that my cell swipe gestures are not recognized.To Reproduce Steps to reproduce the behavior:
UIViewController
with a left Side MenuUITableView
to the VCfunc tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath)
method on the tableViewExpected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.