views:

138

answers:

1

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