iphone - How can I send two arguments in a selector method? -
In the following, how can I send two arguments in the togbutton
method? I tried, but it is not working.
[button addTarget: auto action: @silator (toggle button :) control events: UIControlEventTouchUpInside];
Control goals only accept an argument for their actions: Controls that tamper There is no way to do whatever you want (the OS does not support it).
Comments
Post a Comment