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

Implement double tap feature request #73. #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement double tap feature request #73. #80

wants to merge 1 commit into from

Conversation

markrickert
Copy link
Contributor

Single tap to go to comments, double tap to go directly to article.

Single tap to go to comments, double tap to go directly to article.
@newsyc
Copy link
Contributor

newsyc commented May 20, 2012

interesting method. is there a way to do this without overriding the existing selection mechanism, do you think?

@markrickert
Copy link
Contributor Author

Honestly, the first time I really started looking at the source was the other day. I tried to follow the tap chain through what was going on, and there very well may be another way to do this. I'm just not sure of another way to detect a double tap on a UITableViewCell since the table view delegate method only defines the "tappedcellforrowatindex".

@hueykwik
Copy link

hueykwik commented Sep 7, 2013

Why hasn't this been merged?

@grp
Copy link
Owner

grp commented Nov 9, 2013

@hueykwik I'm hoping I can support a gesture that doesn't block single taps. Supporting double-tap means all single taps are delayed, which hurts the normal experience.

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.

4 participants