Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3998614
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:32:54+00:00 2026-05-20T07:32:54+00:00

i touch down at same time with two fingers. i get [touches count]=>1 and

  • 0

i touch down at same time with two fingers. i get [touches count]=>1 and [[event allTouches] count] =>2

Shouldn’t i get 2 for both of them?

Also, when i first place 1 finger down then another on the same cell. The second finger event doesn’t cause touchesBegan to drigger? Shouldn’t it call touchesBegan twice?

i have a table cell where i set:

multipleTouchEnabled = YES;

here is my touches began:

-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
    NSLog(@"began touch count %d", [touches count]);
    NSLog(@"all touches %d", [[event allTouches] count]);
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:32:54+00:00Added an answer on May 20, 2026 at 7:32 am

    There seems to be something going on with the touches when using a UITableViewCell. My guess is that is has to do with the built in handling of detecting swipes and touches for the cell as well as being able to handle the scrolling of the UITableView itself. As a workaround you can add you own view to the cell’s contentView to be able to detect the touches. Something along the lines of:

    MyCustomView *customView = [[MyCustomView alloc] initWithFrame:...];
    customView.multipleTouchEnabled = YES;
    [cell.contentView addSubview:customView];
    [customView release]; 
    

    where you are creating the cell, probably in tableView:cellForRowAtIndexPath:

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I determine whether my button's event is Touch Down? I want to
Edit: This problem was down to me passing the wrong view to the Touch
Touch may specify self to get the touch location in its own coordinate system
Is Sencha Touch 2 supported by Android? Also, is senchatouch2 backward compatible with previous
I'm using a pan gesture to move around an image. You touch down, drag,
I have two layouts in the same xml file(top layout and bottom bottom layout).
I tried to understand how Android handle touch event and got a little bit
I started using the MoveMe sample to get touch input working. basically, I define
When using touch input on Android, I am able to get the coordinates of
I have a custom tableViewCell. I want to indicate user touch down by highlighting.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.