How can I do this without having a million if then statements?
A:
Please define “actions”. I suppose you could use an array of SELs if they're all targeted to the same object, or one of NSInvocation objects otherwise.
Noah Witherspoon
2009-10-27 03:28:25
IBActions, or voids, doesn't matter which
Matt S.
2009-10-27 19:26:20
A:
It appears the only way I could do it is with if then else statements, oh well!
Matt S.
2009-10-28 00:58:57