touchesEnded below UITextView
Hi,
So I have a UIView subclass object on the screen, and a subview of that is a UITextView. The UITextView takes up the entire view except for a 5px rim. I want touchesEnded to be called when I tap the view (when the text view isn't being edited), but instead it's not calling touchesEnded at all. Instead it's letting me edit the text view. Any ideas how I could call touchesEnded?
|