Re: performSelectorOnMainThread
Re: performSelectorOnMainThread
- Subject: Re: performSelectorOnMainThread
- From: Eric Blanpied <email@hidden>
- Date: Thu, 20 Jul 2006 14:07:28 -0400
That was exactly it. Thanks a ton.
-e
On Jul 20, 2006, at 10:43 am, James Bucanek wrote:
You're probably running into the subtleties of Cocoa message
naming. This one trips me up at least once a week:
@selector(myMethod) is the selector for - (void)myMethod;
@selector(myMethod:) is the selector for - (void)myMethod:(id)
param;
Note the colon. It's important.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden