Re: makeObjectsPerformSelector on a sub class
Re: makeObjectsPerformSelector on a sub class
- Subject: Re: makeObjectsPerformSelector on a sub class
- From: "T.J. Usiyan" <email@hidden>
- Date: Wed, 21 Mar 2012 17:30:59 -0400
Does it work if you use a for in loop?
TJ
On Wed, Mar 21, 2012 at 4:28 PM, Quincey Morris <
email@hidden> wrote:
> On Mar 21, 2012, at 13:23 , Quincey Morris 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.
>
> Er, pretend you never saw that -- if there was a parameter you wouldn't be
> expecting to invoke 'performSelector…'. Listen to Jens instead.
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden