Contents

insertElements(_:beforeMenu:)

Insert elements before an identified menu.

Declaration

func insertElements(_ insertedElements: [UIMenuElement], beforeMenu siblingIdentifier: UIMenu.Identifier)

Parameters

  • insertedElements:

    The elements to insert.

  • siblingIdentifier:

    The identifier of the menu to insert elements before.