When I tap a button it will invoke an action which in-turn will initiate a process(through another method) and return. I thought of using
[<target> performSeleltorInBackgroundThread:....];
-but I could not pass multiple arguments through this.
How can I achieve it.
You can do it like this: