Contents

beforeLowLatencyCATransactionCommit

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

Declaration

class var beforeLowLatencyCATransactionCommit: UIUpdateActionPhase { get }

Discussion

This phase runs before flush() for a low-latency event.

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

See Also

Phases