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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -