我可以为Twitter和Facebook以外的社交网络创建或使用诸如SLComposeViewController之类的视图控制器吗? [英] Can I create or use the view controller like SLComposeViewController for the social networks other than Twitter and Facebook

查看:39
本文介绍了我可以为Twitter和Facebook以外的社交网络创建或使用诸如SLComposeViewController之类的视图控制器吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以为Twitter和Facebook以外的社交网络创建或使用诸如SLComposeViewController之类的视图控制器吗?我希望所有社交网络互动都具有相似的外观.是否可以?如果是,该怎么办?

Can I create or use the view controller like SLComposeViewController for the social networks other than Twitter and Facebook? I want to have the similar look for all of the social networks interactions. Is it possible? If yes, how can I do it?

谢谢.

推荐答案

在iOS 7中,只有四个与SLComposeViewController集成的社交服务.

In iOS 7 there is just four social services integrated with SLComposeViewController.

NSString *const SLServiceTypeFacebook; 
NSString *const SLServiceTypeTwitter; 
NSString *const SLServiceTypeSinaWeibo; 
NSString *const SLServiceTypeTencentWeibo;

如果要在vk.com中共享一些数据,则应检查此官方的iOS VK SDK:

If you want to share some data in vk.com, you should check this official VK SDK for iOS: https://github.com/VKCOM/vk-ios-sdk

这是有据可查的.我希望你现在是正确的方法:)

It is pretty well documented. I hope you are one the right way now :)

这篇关于我可以为Twitter和Facebook以外的社交网络创建或使用诸如SLComposeViewController之类的视图控制器吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆