A list of sharing services from which the user can choose.
SDK
- macOS 10.8+
Framework
- App
Kit
Declaration
class NSSharingServicePicker : NSObject
Overview
The NSSharing
class presents a list of sharing services, so that the user can choose a service to share an item. When a service is chosen, the picker automatically executes it, which presents the sharing window.
The NSSharing
allows customizing the picker’s available services, where it appears, and allows assigning the delegate object for the NSSharing
delegate.