How to perform an action when UITableViewCell is in highlighted state?
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-04-20T04:16:04Z
Indexed on
2010/04/20
4:23 UTC
Read the original article
Hit count: 236
Is it possible to perform an action when a UITableViewCell is highlighted? For example I have a UITableViewCell with clickable labels and buttons. I want to display a popover when the cell is highlighted/touched anywhere, so that the popover is shown without any interference with the labels & buttons.
© Stack Overflow or respective owner