I\'ve subclassed UITableViewCell and in that class I apply a Pan gesture recogniser:
UITableViewCell
UIPanGestureRecognizer *panning = [[UIPanGestureRecognizer
Have you tried setting the bounces property to NO?