requiresContinuousUpdates
A Boolean value that determines whether the UI update link needs continuous UI updates.
Declaration
var requiresContinuousUpdates: Bool { get set }Discussion
By default, the value of this property is false, which means the UI update link acts as a passive observer of UI updates. The system only calls its actions while producing a UI update in response to some kind of event, such as a gesture or layer change.
Set the value to true to request that the system produces UI updates continuously. You might opt in to this behavior if you want your actions to run at consistent intervals regardless of other input to the system.