Possibly a duplicate, but I couldn\'t find an exact answer to my problem searching SO tonight...
I have a UIButton which contains a UIScrollView>
UIButton
UIScrollView>
Create a subclass of scrollview and override
-(BOOL)touchesShouldBegin:(NSSet *)touches withEvent:(UIEvent *)event inContentView:(UIView *)view { return YES; }
Also subclass the uibutton(Your superview) and handle touches in touches began.