Contents

BEResponderEditActions

A set of methods that defines extended interactions in browser text views.

Declaration

protocol BEResponderEditActions : UIResponderStandardEditActions

Mentioned in

Overview

Implement the methods in this protocol to support text interactions in your browser text view that conforms to BETextInput. To get the system’s standard behavior for an interaction, call BETextInteraction methods in your implementation. For more information, see Supporting extended text interactions.

Topics

Finding and replacing text

Defining and sharing text

Translating and transliterating text

See Also

Interaction responses