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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -