Re: delay function
Re: delay function
- Subject: Re: delay function
- From: "James B. Tuley" <email@hidden>
- Date: Tue, 7 Dec 2004 18:41:53 -0600
On Dec 7, 2004, at 6:32 PM, John Spicer wrote:
is there a simple way to insert a delay of seconds in obj-c/cocoa?
in the old system there was a Delay () function.
is there something like it in the new?
NSThread sleepUntilDate:
file:///Developer/ADC Reference Library/documentation/Cocoa/
Reference/Foundation/ObjC_classic/Classes/NSThread.html#//apple_ref/
doc/uid/20000311/CHDCEDAE
NSDate dateWithTimeIntervalSinceNow:
file:///Developer/ADC Reference Library/documentation/Cocoa/
Reference/Foundation/ObjC_classic/Classes/NSDate.html#//apple_ref/doc/
uid/20000188/dateWithTimeIntervalSinceNow_
-Jay
_______________________________________________
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