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:32 PM, Aya Koshigaya <[email protected]> wrote: > but in that way I can only call one function once in the RunLoop. > I want to have the function called in EVERY cycle of the Loop. At the end of the method, call -[NSObject performSelector:@selector(theSameSelector:) withObject:object afterDelay:0.0]; Hamish