On Mar 21, 2012, at 1:23 PM, Quincey Morris 
<[email protected]> wrote:
> One thing to check: if your 'scrambleState' actually has a parameter:
> 
>       - (void) scrambleState: …
> 
> Then you need '@selector(scrambleState:)', not '@selector(scrambleState)'. 
> It's an easy thing to overlook.

Of course, if that were true then 
makeObjectsPerformSelector:@selector(scrambleState:) would do the wrong thing 
anyway, because -makeObjectsPerformSelector: would not pass any value for that 
parameter.


-- 
Greg Parker     [email protected]     Runtime Wrangler



_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to