Problem
Pocketed in the development process input,I have always been plagued by a problem,That is when the user clicks on the left edge of the screen,
UIButton
of
touchDown
event almost turned into a
touchUpInside
。That is,Both occur simultaneously,And when you press only when, touchDown is no longer called until you lift it[……]