欢迎来到天天文库
浏览记录
ID:18407456
大小:297.00 KB
页数:7页
时间:2018-09-17
《【无限互联】集成友盟分享sdk》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、集成友盟分享SDK:友盟注册:http://www.umeng.com/users/sign_up 注册之后登陆账号,点击“添加新应用”完成新应用填写之后,将进入应用管理页面。在该页面就能得到Appkey到友盟开发者中心下载友盟SDK,解压后把UMSocial_Sdk_3.3.1这个文件拖入工程如图在代码中设置友盟Appkey,在 AppDelegate文件内设置AppKey,导入相应头文件constructionqualityacceptanceandassessmentRegulation(Prof
2、essionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequalitycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10thenormsofconstructionsupervision,theelectricpowerconstructionsupervisionregulations为了实现效
3、果我们在这里就进行简单实现:在某控制器页面添加按钮,在按钮点击的方法里实现如下方法//[UMSocialConfigsetSupportedInterfaceOrientations:UIInterfaceOrientationMaskLandscape]; 横屏显示/** 弹出一个分享列表的类似iOS6的UIActivityViewController控件 @param controller 在该controller弹出分享列表的UIActionSheet @param appKey 友盟app
4、Key @param shareText 分享编辑页面的内嵌文字 @param shareImage 分享内嵌图片,用户可以在编辑页面删除 @param snsNames 你要分享到的sns平台类型,该NSArray值是`UMSocialSnsPlatformManager.h`定义的平台名的字符串常量,有UMShareToSina,UMShareToTencent,UMShareToRenren,constructionqualityacceptanceandassessmentRegulation
5、(ProfessionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequalitycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10thenormsofconstructionsupervision,theelectricpowerconstructionsupervisionregulations
6、UMShareToDouban,UMShareToQzone,UMShareToEmail,UMShareToSms等 @param delegate 实现分享完成后的回调对象,如果不关注分享完成的状态,可以设为nil */+(void)presentSnsIconSheetView:(UIViewController *)controller appKey:(NSString *)appKey shareText:(NSString *)shareText
7、 shareImage:(UIImage *)shareImage shareToSnsNames:(NSArray *)snsNames delegate:(id )delegate;constructionqualityacceptanceandassessmentRegulation(ProfessionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequal
8、itycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10thenormsofconstructionsupervision,theelectricpowerconstructionsupervisionregulationsconstructionqualityacceptanceanda
此文档下载收益归作者所有