Controllable
public protocol Controllable : UpdatesProviding
An object that can have the status of its updates controlled.
-
Start automatically updating all properties.
Declaration
Swift
func startUpdating() -
Stop automatically updating all properties.
Declaration
Swift
func stopUpdating()
View on GitHub
Controllable Protocol Reference