didSelectRowAtIndexPath does not get called when scrolling and selecting a cell

Posted by Falcon on Stack Overflow See other posts from Stack Overflow or by Falcon
Published on 2010-04-10T21:38:44Z Indexed on 2010/04/10 21:43 UTC
Read the original article Hit count: 559

Hi all,

It seems when I scroll my table view that if I select a cell while the table view is still scrolling, didSelectRowAtIndexPath doesn't get called. It works fine when the table view is still.

Any ideas on why this might be?

Also, is there a way that didSelectRowAtIndexPath can be called on press down? It seems it gets called after my finger/cursor is raised off of the cell.

Thanks,

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c