Contents

afterLowLatencyEventDispatch

A phase that runs after low-latency event handlers.

Declaration

class var afterLowLatencyEventDispatch: UIUpdateActionPhase { get }

Discussion

This phase runs after UIEvent and UIGestureRecognizer handlers run for low-latency eligible events.

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

See Also

Phases