init(queue:)
Initializes a new call controller with a specified queue, which is used for calling completion blocks.
Declaration
init(queue: dispatch_queue_t)Parameters
- queue:
The queue used for calling completion blocks.
Return Value
A new call controller initialized with the specified queue.
Discussion
This is the designated initializer.