문제

I have a TTTableViewController table , with TTTableLinkedItemCellcells.

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?

도움이 되었습니까?

해결책

You can use UIGestureRecognizer to recognize certain actions like tap, move, rotate and scale.
Please find the below url
http://www.icodeblog.com/2010/10/14/working-with-uigesturerecognizers/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top