arrowDirection
The direction the arrow of the editing menu is pointing.
Declaration
var arrowDirection: UIMenuController.ArrowDirection { get set }Discussion
You can set the direction editing-menu arrow points by assigning a UIMenuController.ArrowDirection enum constant to this property. The default behavior (UIMenuController.ArrowDirection.default) is to point up or down at the object of focus based on its location on the screen.