<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIEditMenuInteraction/reloadVisibleMenu()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIEditMenuInteraction(im)reloadVisibleMenu"
  },
  "title" : "reloadVisibleMenu()"
}
-->

# reloadVisibleMenu()

Updates the actions an edit menu displays.

```
func reloadVisibleMenu()
```

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)