views:

144

answers:

1

How would you know if a row from UITableView has been move via drag? Is there an event to catch?

A: 

-(void) touchesMoved: (NSSet *)touches withEvent:(UIEvent *)event

thyrgle