beforeLowLatencyEventDispatch
A phase that runs before low-latency event handlers.
Declaration
class var beforeLowLatencyEventDispatch: UIUpdateActionPhase { get }Discussion
This phase runs before 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.