情况就是这样,我有一个UIImageView say imvObj in a UIView say vwObj,这整个设置都在UITableViewCell中。我增加了UIPanGestureRecognizer on vwObj。这个东西在iOS < 5.0上运行得很好。请帮帮忙。 UIPanGestureRecognizer *panGesture = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(someOtherMethod:)];
[panGesture setDe