I am using UIImageView\'s with UIButtons a whole bunch. So, I created a custom class to permanently marry these two an make things a little simpler. It all works well unti
UIControl's allTargets and allControlEvents are the way to start. The final piece of the puzzle is actionsForTarget:forControlEvent:, call it once for each target and event.