Skip to content

An iOS 6 UIActivity subclass implementing uploads to Weixin(WeChat)

License

Notifications You must be signed in to change notification settings

fireblue/WeixinActivity

 
 

Repository files navigation

WeixinActivity

ios6 ios7

Requirements

  • iOS 6.0+
  • ARC

Installation

pod 'WeixinActivity'

From source

  • Drag the WeixinActivity/ folder to your project

Getting Started

UIActivityViewController *activityView = [[UIActivityViewController alloc] initWithActivityItems:@[@"这里是标题", [UIImage imageNamed:@"Oauth"], [NSURL URLWithString:@"http://www.google.com"]] applicationActivities:activity];
    activityView.excludedActivityTypes = @[UIActivityTypeAssignToContact, UIActivityTypeCopyToPasteboard, UIActivityTypePrint];
[self presentViewController:activityView animated:YES completion:nil];

微信开放平台文档看这里:

https://open.weixin.qq.com/cgi-bin/frame?t=resource/res_main_tmpl&lang=zh_CN

About

An iOS 6 UIActivity subclass implementing uploads to Weixin(WeChat)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 96.9%
  • Ruby 3.1%