insertSibling(_:beforeMenu:)
Inserts a sibling menu before the specified menu.
Declaration
func insertSibling(_ siblingMenu: UIMenu, beforeMenu siblingIdentifier: UIMenu.Identifier)Parameters
- siblingMenu:
The sibling menu to insert.
- siblingIdentifier:
The identifier of the menu that comes after the inserted sibling menu.