CFRunLoopCopyAllModes(_:)
Returns an array that contains all the defined modes for a CFRunLoop object.
Declaration
func CFRunLoopCopyAllModes(_ rl: CFRunLoop!) -> CFArray!Parameters
- rl:
The run loop to examine.
Return Value
An array that contains all the run loop modes defined for rl. Ownership follows the The Create Rule.