gpt4 book ai didi

ios - 在 Facebook 上分享,手机上不显示文字。 ( swift )

转载 作者:行者123 更新时间:2023-11-30 13:20:41 24 4
gpt4 key购买 nike

我的应用程序中有一个“在 Facebook 上分享”按钮。但它并不像我想要的那样工作。

我尝试了不同的代码,但没有一个在我的手机上工作。窗口会弹出,如果我愿意,我可以分享一些东西。但是initialText在我的iPhone上不显示,而它在模拟器上显示?只有在模拟器上我才会收到 Facebook 无法使用的警告。

谁知道如何解决这个问题。或者说有可能吗?

这是我使用的代码:

if SLComposeViewController.isAvailableForServiceType(SLServiceTypeFacebook){
let facebookSheet:SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
facebookSheet.setInitialText("\(antwoordTxt.text!)")
self.presentViewController(facebookSheet, animated: true, completion: nil)
} else {
let alert = UIAlertController(title: "Accounts", message: "Please login to a Facebook account to share.", preferredStyle: UIAlertControllerStyle.Alert)
alert.addAction(UIAlertAction(title: "OK", style: UIAlertActionStyle.Default, handler: nil))
self.presentViewController(alert, animated: true, completion: nil)
}

最佳答案

显然你不能再将自动文本发送到 Facebook.. 所以这就是我的答案...:p

关于ios - 在 Facebook 上分享,手机上不显示文字。 ( swift ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37778874/

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