代码:
let shareFB : SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
shareFB.setInitialText("test")
self.presentViewController(shareFB, animated: true, completion: nil)
在模拟器中运行良好,但在设备上运行不正常。为什么?还有另一种方法吗?我需要能够发布消息和链接。