My table cells don't highlight immediately when touched

Posted by Steve Denenberg on Stack Overflow See other posts from Stack Overflow or by Steve Denenberg
Published on 2009-07-10T22:21:55Z Indexed on 2010/05/17 20:00 UTC
Read the original article Hit count: 109

Filed under:
|

Hi, In my app, I have a table view that has about eight cells. There is a navigation bar at the top. When a user touches a cell, nothing happens for about 1/2 second. Then the touched cell highlights blue and immediately the new view slides into position.

The problem is that there is no feedback to the user about which cell he touched until just before the new view slides into position.

For example, when I explore the tables in the iPhone's Settings application, when you touch a cell, the cell immediately turns blue, and then there is a 1/2 second delay, and then you see the new view.

How do I get my table's feedback of highlighting the cells to happen immediately? I am using tableView didSelectRowAtIndexPath:, and each cell has an accessory button.

Thanks for any insight.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch