iOS - Button tap animation in UIScrollView
问题 So I have a main view that is a UIScrollView, and I add all of my elements (UIButtons, UITextFields, UILabels etc. etc.) to it. The problem I am having, is that when I go to tap a button, the button will perform the action(s) that it is supposed to, however I will not see the pressed animation occur. I can only see the animation if I press and hold for about half a second. I believe this has something to do with the fact that the UIScrollView seems to think I am trying to scroll at first, but