Contents

BETextSelectionDirectionNavigation

A protocol that defines methods for cursor and selection adjustments.

Declaration

protocol BETextSelectionDirectionNavigation

Overview

This protocol enables your app to request text-cursor movement and selection modifications. In response to a person’s input, the system calls your app in the conditions described by the protocol. Your app performs the requested operation and updates text cursor or selection state accordingly.

Topics

Extending the text section

Moving the cursor

See Also

Text selection