ios - UIButton sending wrong touch up inside event -


i've weird issue have uibutton fires touchupinside event whilst holding button down. happens sporadically, , on couple of devices. not happen on other devices.

i subclassed button, , did override sendaction:to:forevent method see if can figure out something. does, gives selector called, , subsequent event (touchupinside in case) triggered the uicontrol send action event, , has not been help.

i have couple of views beneath , animation well. removed everything, still unable figure out what's causing it.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -