Contents

reloadVisibleMenu()

Updates the actions an edit menu displays.

Declaration

func reloadVisibleMenu()

Discussion

You use this method to update the actions the menu displays. The method calls editMenuInteraction(_:menuFor:suggestedActions:) and updates the UI with the menu the delegate returns. The method has no effect if no menu is present.

See Also

Managing edit menu interactions