SkillAgentSearch skills...

WeixinActivity

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

Install / Use

/learn @iDay/WeixinActivity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WeixinActivity

ios6 ios7 ios8

Requirements

* iOS 6.0+
* ARC
* 而外添加:SystemConfiguration.framework,libz.dylib,libsqlite3.0.dylib,libc++.dylib

Installation

From CocoaPods

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

Related Skills

View on GitHub
GitHub Stars138
CategoryDevelopment
Updated1y ago
Forks38

Languages

Objective-C

Security Score

80/100

Audited on Feb 19, 2025

No findings