I\'m trying to create a springboard-like interface within my app. I\'m trying to use UIButtons added to a UIScrollView. The problem I\'m running in to is with the buttons no
Another way is: 1. Substitute de button by a simple custom UIView 2. Put the flag "userInterationEnable = yes;" on the init method 3. In the view override the UIResponder method "touchesEnded" here you can trigger the action you need like a button.