I only have the coordinates of the button :
UIAButton:rect:{{253,27},{60,30}}
which I have stored in an array. I want to tap this button particularly without giving its coordinates so that it is generic for the remaining buttons.
Thank you.
I only have the coordinates of the button :
UIAButton:rect:{{253,27},{60,30}}
which I have stored in an array. I want to tap this button particularly without giving its coordinates so that it is generic for the remaining buttons.
Thank you.
I would do something like what is shown in this question.
You'd replace the zeros in
tapOffset
with your desired x and y values.