removeRunLoop:
Removes a given NSRunLoop object from the list of run loops the receiver monitors and from which it responds to requests.
Declaration
- (void) removeRunLoop:(NSRunLoop *) runloop;Parameters
- runloop:
The run loop to remove from the receiver.