I have a TTTableViewController
table , with TTTableLinkedItemCell
cells.
In the cell I have -(void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
function.
This function is called only when the table is clicked, but not when it is scrolled. Is there some other function that interceps the scrolling?