Re: Invoke the Main RunLoop
Hamish Allan <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 9, 2010 at 3:04 PM, Aya Koshigaya <[email protected]> wrote: > Or, can I maybe send any UserEvent to the runLoop and handle this special event somewhere to call my function? Check out -[NSObject performSelectorOnMainThread:withObject:waitUntilDone:]. H