Contents

afterLowLatencyCATransactionCommit

A phase that runs after a Core Animation transaction commit for a low-latency event.

Declaration

class var afterLowLatencyCATransactionCommit: UIUpdateActionPhase { get }

Discussion

This phase runs after flush() for a low-latency event. Any changes you make to the Core Animation layer tree during this phase or later appear onscreen with the next UI update instead of the current one.

This phase is off by default. You can request it to run by setting wantsLowLatencyEventDispatch to true.

See Also

Phases