How to set UITableViewCell highlighted image
Posted
by
SmartTree
on Stack Overflow
See other posts from Stack Overflow
or by SmartTree
Published on 2012-09-28T14:44:52Z
Indexed on
2012/09/28
15:37 UTC
Read the original article
Hit count: 152
I want to launch a method every time when user just highlights a cell
(doesn't select it) in UITableView
. Could you tell me please, how is it possible to do this ?
I want to do it because I have a custom cell with a pictures on it and I want to change pictures every time when user highlights the cell.
UPD: By highlight I mean that user just highlights a cell and don't release the finger from it. By select I mean when didSelectRowAtIndexPath is being launched (so the user releases the finger from the cell after he presses on it)
© Stack Overflow or respective owner