remove(from:forMode:)
Removes the query from a specified run loop.
Declaration
func remove(from inRunLoop: RunLoop!, forMode inMode: String!)Parameters
- inRunLoop:
The run loop.
- inMode:
The mode to remove the query from.
Removes the query from a specified run loop.
func remove(from inRunLoop: RunLoop!, forMode inMode: String!)The run loop.
The mode to remove the query from.