You can override this method UIScrollView.
-(BOOL)touchesShouldCancelInContentView:(UIView *)view
{
return YES;
}
And in your UIButton you have to add another method for various control events.
- show highlight effect for
UIControlEventTouchDown. UIControlEventTouchUpInside | UIControlEventTouchUpOutside;UIControlEventTouchCancel.