BEResponderEditActions
A set of methods that defines extended interactions in browser text views.
Declaration
protocol BEResponderEditActions : UIResponderStandardEditActionsMentioned 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.