@IBAction func biedefenxiang(sender: AnyObject) {
let controller:SLComposeViewController=SLComposeViewController(forServiceType: SLServiceTypeTencentWeibo)
controller.setInitialText("IOS腾讯微博的第一次分享")
self.presentViewController(controller, animated: true, completion: nil)
}
这个是点击分享的代码
下面是错误信息:
fatal error: unexpectedly found nil while unwrapping an Optional value
这个错误,找答案都不好找,
forServiceType: SLServiceTypeTencentWeibo
就是这个参数老是报这个错误
请大神帮我看一下,感激不尽
let controller:SLComposeViewController=SLComposeViewController(forServiceType: SLServiceTypeTencentWeibo)
controller.setInitialText("IOS腾讯微博的第一次分享")
self.presentViewController(controller, animated: true, completion: nil)
}
这个是点击分享的代码
下面是错误信息:
fatal error: unexpectedly found nil while unwrapping an Optional value
这个错误,找答案都不好找,
forServiceType: SLServiceTypeTencentWeibo
就是这个参数老是报这个错误
请大神帮我看一下,感激不尽
