Contents

UIResponderStandardEditActions

A set of standard methods that apps can adopt to support editing.

Declaration

@MainActor protocol UIResponderStandardEditActions : NSObjectProtocol

Overview

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.

Topics

Handling copy, cut, paste, and delete commands

Handling find and replace commands

Handling selection commands

Handling data commands

Handling a print command

Handling styled text editing

Handling writing direction changes

Handling size changes

Handling other text formatting changes

Instance Methods

See Also

Edit menus