Re: performSelectorOnMainThread problem
Re: performSelectorOnMainThread problem
- Subject: Re: performSelectorOnMainThread problem
- From: Kyle Sluder <email@hidden>
- Date: Thu, 28 May 2009 17:28:30 -0700
On Thu, May 28, 2009 at 4:53 PM, Erg Consultant
<email@hidden> wrote:
> Either your main thread doesn't implement the selector requested, or else it's an issue with the runloop never processing the request. If you have code that alters the runloop or modifies its input sources, check that code first.
Threads don't implement selectors. And if it were a problem with an
unimplemented message, -doesNotRecognizeSelector: would be called.
--Kyle Sluder
_______________________________________________
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