<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SharedWithYou",
  "identifier" : "/documentation/SharedWithYou/SWAttributionView/supplementalMenu",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Shared with You"
    ],
    "preciseIdentifier" : "c:objc(cs)SWAttributionView(py)supplementalMenu"
  },
  "title" : "supplementalMenu"
}
-->

# supplementalMenu

A supplemental menu to augment the attribution view’s existing menu.

iOS, iPadOS, Mac Catalyst, tvOS, visionOS:

```
var supplementalMenu: UIMenu? { get set }
```

macOS:

```
var supplementalMenu: NSMenuItem? { get set }
```

## Discussion

Use `supplementalMenu` when there are additional actions a user can take on content represented by this view’s [`SWHighlight`](/documentation/SharedWithYou/SWHighlight). A `nil` value informs the system to not add a supplemental menu.

---

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)