<!--
{
  "availability" : [
    "iOS: 10.13.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSharingServicePickerToolbarItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSharingServicePickerToolbarItem"
  },
  "title" : "NSSharingServicePickerToolbarItem"
}
-->

# NSSharingServicePickerToolbarItem

A toolbar item that displays the macOS share sheet.

```
class NSSharingServicePickerToolbarItem
```

## Overview

An [`NSSharingServicePickerToolbarItem`](/documentation/AppKit/NSSharingServicePickerToolbarItem) object is a standard item you add to your window’s toolbar. When someone clicks it, the item displays the macOS share sheet. Use this item to share the selected or focal content from the current window. For example, you might share the photo someone is viewing, the currently selected text, or the window’s associated document.

Provide the items to share using the associated [`delegate`](/documentation/AppKit/NSSharingServicePickerToolbarItem/delegate) object. For an app built using Mac Catalyst, provide the items from the object in the [`activityItemsConfiguration`](/documentation/AppKit/NSSharingServicePickerToolbarItem/activityItemsConfiguration) property.

## Topics

### Getting the Toolbar Items

[`delegate`](/documentation/AppKit/NSSharingServicePickerToolbarItem/delegate)

The custom object from your app that provides the items to share.

[`NSSharingServicePickerToolbarItemDelegate`](/documentation/AppKit/NSSharingServicePickerToolbarItemDelegate)

An interface that provides the content to share from the macOS share sheet.

[`activityItemsConfiguration`](/documentation/AppKit/NSSharingServicePickerToolbarItem/activityItemsConfiguration)

The custom object from an app built with Mac Catalyst that provides the items to share.



---

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)