Skip to main content

Controller

A protocol to which all controllers conform to.

public protocol Controller 

This protocol is not meant to be adopted by your custom types.

Requirements

callbackQueue

The queue which is used to perform callback calls

var callbackQueue: DispatchQueue 

Did you find this page helpful?