gpt4 book ai didi

macos - 使用 NSSharingService 定义邮件主题

转载 作者:行者123 更新时间:2023-12-03 16:09:34 28 4
gpt4 key购买 nike

如何定义使用 NSSharingService 编写的邮件消息的主题?

我已经经历过NSSharingService Class reference ,但我没有在任何地方看到它的定义。以下内容成功启动了邮件应用程序,但主题只是与文本一起插入邮件正文。

NSAttributedString *text = [self.noteSynopsisView attributedString];
NSString *subject = @"My Subject";
NSArray *shareItems = [NSArray arrayWithObjects:text, subject, nil];
NSSharingServicePicker *sharingServicePicker = [[NSSharingServicePicker alloc] initWithItems:shareItems];
sharingServicePicker.delegate = self;
[sharingServicePicker showRelativeToRect:[self.shareButton bounds] ofView:self.shareButton preferredEdge:NSMaxYEdge];

在 iOS 中,您通常会执行如下操作来定义 MailComposer 的主题

[sharingServicePicker setSubject:@"My Subject"];

但是SharingServicePicker不支持setSubject。

最佳答案

从 OS X 10.9 开始,NSSharingServicesubject您可以使用的属性。

关于macos - 使用 NSSharingService 定义邮件主题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13142093/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com