摘要: 每一步:添加 AVFoundation.framework 库 General > Linked Frameworks and Libraries 第二步:代码集成 #import "ViewController.h" #import <AVFoundation/AVFoundation.h> // 阅读全文
posted @ 2017-10-06 23:34 chennet 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController () // 用于显示生成二维码图片的 imageView @property (weak, nonatomic) IBOutlet UIImageView *imageView; @end @i 阅读全文
posted @ 2017-10-06 23:26 chennet 阅读(271) 评论(0) 推荐(0) 编辑