<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIUpdateActionPhase/afterLowLatencyEventDispatch",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIUpdateActionPhase(cpy)afterLowLatencyEventDispatch"
  },
  "title" : "afterLowLatencyEventDispatch"
}
-->

# afterLowLatencyEventDispatch

A phase that runs after low-latency event handlers.

```
class var afterLowLatencyEventDispatch: UIUpdateActionPhase { get }
```

## Discussion

This phase runs after [`UIEvent`](/documentation/UIKit/UIEvent) and [`UIGestureRecognizer`](/documentation/UIKit/UIGestureRecognizer) handlers run for low-latency eligible events.

This phase is off by default. You can request it to run by setting [`wantsLowLatencyEventDispatch`](/documentation/UIKit/UIUpdateLink/wantsLowLatencyEventDispatch) to `true`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)