touchDragEnter
An event where a finger is dragged into the bounds of the control.
Declaration
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.