gpt4 book ai didi

iphone - 在 iOS 6 中使用特定帐户发推文?

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

我正在 iOS6 上的应用程序中设置 Twitter。我偶然发现的问题是,如果:用户有多个 Twitter 帐户,我如何选择要分享到哪一个?

我已成功获取数组中的所有帐户。但问题是我如何关联这个帐户:

 ACAccount *acct = [_accounts objectAtIndex:twitterAccountInt];

这样:

slComposerSheetController = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter];
NSString *postText = [informationToBeShared objectForKey:@"postText"];
NSURL *postImageURL = [NSURL URLWithString:[informationToBeShared objectForKey:@"postImageURL"]];
NSURL *postURL = [NSURL URLWithString:[informationToBeShared objectForKey:@"postURL"]];

[slComposerSheetController setInitialText:[informationToBeShared objectForKey:@"postText"]];
[slComposerSheetController addImage:[UIImage imageWithData:[NSData dataWithContentsOfURL:postImageURL]]];
[slComposerSheetController addURL:postURL];
[delegate presentViewController:slComposerSheetController animated:YES completion:nil];

最佳答案

如果用户在设置中添加更多 Twitter 帐户,操作系统会在 SLComposeViewController 上添加一个选项,用户可以在其中选择要使用哪个帐户发送推文。

它不需要我做任何改变。

关于iphone - 在 iOS 6 中使用特定帐户发推文?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12952964/

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