The methods of Foundation.NSRunLoop are listed below. For a list of all members, see the NSRunLoop Members list.
See Also: Inherited members from Foundation.NSObject
AcceptInputForMode(NSRunLoopMode, NSDate)Documentation for this section has not yet been entered. | ||
AcceptInputForMode(NSString, NSDate)Runs the loop once or until the specified date, accepint input only for the specified mode. | ||
AddTimer(NSTimer, NSRunLoopMode)Documentation for this section has not yet been entered. | ||
AddTimer(NSTimer, NSString)Registers the specified timer with the specified input mode. | ||
GetCFRunLoop()This run loop's underlying CFRunLoop object. | ||
LimitDateForMode(NSRunLoopMode)Documentation for this section has not yet been entered. | ||
LimitDateForMode(NSString)Does one pass through the run loop in the specified mode and then returns the data at which the timer is scheduled to activate. | ||
Run()Starts a permanent loop and begins processing data from all attached inputs. | ||
RunUntil(NSDate)Starts a loop that runs until the specified date. | ||
RunUntil(NSRunLoopMode, NSDate)Documentation for this section has not yet been entered. | ||
RunUntil(NSString, NSDate)Documentation for this section has not yet been entered. | ||
Stop()Documentation for this section has not yet been entered. | ||
WakeUp()Documentation for this section has not yet been entered. | ||