ios学习:swift中实现分享到微博facebook,twitter等
Posted yfceshi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios学习:swift中实现分享到微博facebook,twitter等相关的知识,希望对你有一定的参考价值。
在swift中打开分享功能原来是如此的简单。
1、首先须要
import Social
2、在分享button事件以下
var controller:SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeSinaWeibo) controller.setInitialText("一起来swift吧!") controller.addImage(UIImage(named: "app720_12801")) self.presentViewController(controller, animated: true, completion: nil)
这样就打开了分享到新浪微博窗体
swift 中自带的有4个值,分别为
SLServiceTypeTwitter
SLServiceTypeFacebook
SLServiceTypeSinaWeibo
SLServiceTypeTencentWeibo
一看就明确了。可是要分享到微信应该还要看微信的api才行。以上是关于ios学习:swift中实现分享到微博facebook,twitter等的主要内容,如果未能解决你的问题,请参考以下文章
flutter 分享功能 ios端 利用MobTech的ShareSDK进行分享 支持分享到微信微信小程序网页qq微博等主流平台
如何使用 Swift 3 for iOS 在 ViewController.swift 中实现 UICollectionView