views:

40

answers:

2

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
IBActions, or voids, doesn't matter which
Matt S.
A: 

It appears the only way I could do it is with if then else statements, oh well!

Matt S.