forum

Home / DeveloperSection / Forums / Detecting events on tap of UIButton in iOS

Detecting events on tap of UIButton in iOS

Anonymous User 1500 29-Nov-2015

In my iPhone application on which I am working I want to handle an event occurs when UIButton touch is ended.
I know that UIControl has some events implementing touches (UIControlEventTouchDown, UIControlEventTouchCancel, etc.).
But my problem is I am unable to catch any of them except UIControlEventTouchDown and UIControlEventTouchUpInside.

My button is a subview of another UIView. That UIView has userInteractionEnabled property set to YES.
I am unable to understand that what's wrong I am doing?


Updated on 30-Nov-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By