Re: perform ... afterDelay?
Re: perform ... afterDelay?
- Subject: Re: perform ... afterDelay?
- From: Andy Armstrong <email@hidden>
- Date: Wed, 4 Jan 2006 15:11:05 +0000
On 4 Jan 2006, at 14:37, Jeff LaMarche wrote:
Simplisticly put: (how) can I use that like this:
[self myCounter++ afterDelay:0.04]
You need to create a method that that you can call. It either needs
to take no arguments, or what arguments it does take must be
objects (like NSNumber), so something like this (typed in e-mail,
usual disclaimers, yada yada)
But if /all/ you're doing is incrementing the counter you shouldn't
be doing it at all...
--
Andy Armstrong, hexten.net
_______________________________________________
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