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>
Usually you don't put scrollview within a button. Instead consider using a UIView as the superview of scrollview. Or tell us more about your use case, so I can understand why you have to design in this way.