UIControlEventEditingChanged
UIControlEvent is a set of constants defined within the UIKit framework in Apple's development environment. These constants represent various events that can occur on a control object, such as a button, slider, or text field. When a user interacts with a control, a specific event is triggered, and this event can be monitored by your application to execute corresponding actions.
Common UIControlEvent values include: .touchDown, which signifies the start of a touch on a control; .touchUpInside,
These events are fundamental to the target-action pattern in iOS development. When an event occurs on a