ios - UIButton's click action? -


i following book learn ios programming. uibutton, supposed have click action. saw actions touch down etc.

also, want know why default action not "touch down" "touchupinside"

i using xcode 4.3.

click action in ios represented touchupinside, since click mouse event

touchupinside, means user touched down on button, , touch up, while still on same button, normal behavior when want tap on button


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -