These constants list the available sharing services.
SDK
- macOS 10.13+
Framework
- App
Kit
Declaration
typedef NSString *NSSharingServiceName;
These constants list the available sharing services.
SDK
Framework
typedef NSString *NSSharingServiceName;
NSSharing Service Name Add To Aperture
Adds the content to Aperture.
NSSharing Service Name Add To IPhoto
Adds the content to iPhoto.
NSSharing Service Name Add To Safari Reading List
Add the content to the Safari Reading List.
NSSharing Service Name Compose Email
Creates an email messages with the content.
NSSharing Service Name Compose Message
Creates a Messages methods with the content.
NSSharing Service Name Post On Sina Weibo
Posts the content on a Sina Weibo, Chinese microblogging (weibo) website. Akin to a hybrid of Twitter and Facebook.
NSSharing Service Name Post On Tencent Weibo
Posts the content on a Tencent Weibo, Chinese microblogging (weibo) website.
NSSharing Service Name Post Video On Tudou
Posts the video on the video sharing service Tudou, based in the People's Republic of China.
NSSharing Service Name Post Video On Youku
Posts the video on the video sharing service Youku, based in the People's Republic of China.
NSSharing Service Name Send Via Air Drop
Sends the file via Air Drop.
NSSharing Service Name Use As Desktop Picture
Replaces the user’s desktop image with the content.
NSSharing Service Name Use As Facebook Profile Image
Replaces the user’s Facebook profile image with the provided image.
NSSharing Service Name Use As Linked In Profile Image
Replaces the user’s LinkedIn profile image with the provided image.
NSSharing Service Name Use As Twitter Profile Image
Replaces the user’s Twitter profile image with the provided image.
+ sharing Service Named:
Returns a sharing service instance representing the specified service name.
- init With Title: image: alternate Image: handler:
Creates a custom sharing service object.