I want to be able to connect the touchUp event of my UIView to an IBAction, but I can't see any events. I thought that there was a subclass of UIView that did have actions.
+2
A:
Are you sure you aren't looking for the events on UIControl? That is a subclass of UIView.
Ryan Ferretti
2010-02-11 03:45:20