Answer the question
In order to leave comments, you need to log in
addTarget:action:forControlEvents: and several targets
[control addTarget:target1 action:@selector(action1) forControlEvents:UIControlEventTouchUpInside];
[control addTarget:target2 action:@selector(action2) forControlEvents:UIControlEventTouchUpInside];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question