2014年12月27日
摘要: 阅读全文
posted @ 2014-12-27 22:40 chen11 阅读(95) 评论(0) 推荐(0)
摘要: 一:下载SDKhttps://open.weixin.qq.com/cgi-bin/frame?t=resource/res_main_tmpl&verify=1&lang=zh_CN&target=res/app_download_ios二:配置环境将文件拖入工程配置URL scheme三:DEF... 阅读全文
posted @ 2014-12-27 22:39 chen11 阅读(302) 评论(0) 推荐(0)
摘要: 刚开始运行的时候的效果图:点击ican图标后的效果图:RootViewController.h#import @interface RootViewController : UIViewController{ UIImageView *iCanImageView; UIImageView *menu... 阅读全文
posted @ 2014-12-27 22:38 chen11 阅读(142) 评论(0) 推荐(0)
摘要: +(UIImage *)compressImageWith:(UIImage *)image width:(float)width height:(float)height{ float imageWidth = image.size.width; float imageHeight = image... 阅读全文
posted @ 2014-12-27 22:37 chen11 阅读(106) 评论(0) 推荐(0)