Re: Wait some seconds
Re: Wait some seconds
- Subject: Re: Wait some seconds
- From: John Stiles <email@hidden>
- Date: Wed, 22 Jun 2005 12:05:10 -0700
Install an NSTimer.
On Jun 22, 2005, at 11:50 AM, Sanri Parov wrote:
Hi everybody,
in my app, after a notification, I'd love to wait some seconds before
doing somethin' (without blocking modally the app)
Example:
if([sender object]==myOutlet)
{
<wait some seconds>;
return
}
else
{
NSLog(@"I don't want to wait");
return;
}
How can I do this?
Thanks a lot.
--
Sanri Parov
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
This email sent to email@hidden
_______________________________________________
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