友盟分享

-(void)OnTapCollectBtn:(UIButton *)sender{
    [UMSocialSnsService presentSnsIconSheetView:self
                                         appKey:UMAPPKEY
                                      shareText:@"在美国被禁的网站,请偷偷看"
                                     shareImage:[UIImage imageNamed:@"channel_icon_foreign_unpre"]
                                shareToSnsNames:[NSArray arrayWithObjects:UMShareToSina,UMShareToTencent,UMShareToRenren,UMShareToWechatTimeline,UMShareToWechatSession, nil]
                                       delegate:self];
    
}
原文地址:https://www.cnblogs.com/songxing10000/p/4817857.html