dekatotoro / dekatotoro/SlideMenuControllerSwift

Adding tap gesture is disabling conflicting with tableview row selection?

Open
#401 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
3.4k
Forks
742
PR merge metrics
No merged PRs in 30d

Description

```
leftTapGesture = UITapGestureRecognizer(target: self, action: #selector(self.toggleLeft))
leftTapGesture!.delegate = self
view.addGestureRecognizer(leftTapGesture!)
```
This code in **SlidingMenuController** is conflicting with TableView. For this particular code the didselectrow is not working rather it only behaving according to tap gesture toggle method.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in SlidingMenuController at the leftTapGesture setup shown in the issue, then reproduce the conflict with a table view and its didSelectRow behavior. Trace how the gesture recognizer handles taps alongside row selection; done means the left-tap toggle still works without preventing table view row selection.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.