2011-03-01 2 views

답변

2

는 아래로 버튼을 누를 때 액션을 추가 할 수있는 방법이다.

하지만, 나를 위해, 귀하의 질문이 명확하지 않다 ...

UIButton * myButton = [[UIButton alloc] init]; 
[myButton addTarget:self action:@selector(doSomeActionMethod) forControlEvents:UIControlEventTouchDown]; 
관련 문제