Contents

insertElements(_:beforeAction:)

Insert elements before an identified action.

Declaration

func insertElements(_ insertedElements: [UIMenuElement], beforeAction siblingIdentifier: UIAction.Identifier)

Parameters

  • insertedElements:

    The elements to insert.

  • siblingIdentifier:

    The identifier of the action to insert elements before.