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