UIResponderStandardEditActions
A set of standard methods that apps can adopt to support editing.
Declaration
@MainActor protocol UIResponderStandardEditActions : NSObjectProtocolOverview
Responder objects can implement the methods of this protocol to handle standard editing-related actions. For example, a UIEditMenuInteraction object displays the actions in an edit menu using these methods. UIKit searches the responder chain for an object that implements the appropriate method, calling the method on the first object that implements it.