Contents

sourcePoint

The source location of the interaction.

Declaration

var sourcePoint: CGPoint { get }

Discussion

The system derives the suggested actions list from this point in the interaction’s view. By default, the menu also presents from this location. You can change the presentation source of the menu by implementing the delegate method editMenuInteraction(_:targetRectFor:).

See Also

Configuring the menu