<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIControl/Event/touchDragEnter",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIControlEvents@UIControlEventTouchDragEnter"
  },
  "title" : "touchDragEnter"
}
-->

# touchDragEnter

An event where a finger is dragged into the bounds of the control.

```
static var touchDragEnter: UIControl.Event { get }
```

## Discussion

This event is delivered only if the touch originated inside the control’s bounds, exited the bounds, and then entered the bounds again.

---

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)