ios - Two buttons inside the cell accepts the touch even when both the buttons touched simultaneously -


for 1 of cells inside tableview have added 2 buttons. when touch buttons separately performing operations correctly. problem when touch both buttons simultaneously both accepts touch , triggers own target method. don't want happen. 1 button should accept touch @ time.

i located solution setting exclusivetouch of button true.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -