Highlight table view cells when user drags across rows

Posted by chronos on Stack Overflow See other posts from Stack Overflow or by chronos
Published on 2010-03-28T22:59:12Z Indexed on 2010/03/28 23:03 UTC
Read the original article Hit count: 135

Filed under:
|
|

I have a grouped table view that does not need to scroll. I'd like each cell to highlight as the user moves their finger down the screen and call didSelectRowAtIndexPath on release.

This behaviour can be seen done by apple in 'settings > mail > add account'?

I can't seem to replicate it myself, all I can get is the default, where the cell deselects as soon as the user moves their finger.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone