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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -