2016年4月26日

摘要: #import "ViewController.h" @interface ViewController () @property (strong,nonatomic) UIView *Fview; @property (strong,nonatomic) UIView *Zview; @end @ 阅读全文
posted @ 2016-04-26 10:24 Lee无悔 阅读(388) 评论(0) 推荐(0) 编辑
 
摘要: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any addit 阅读全文
posted @ 2016-04-26 10:18 Lee无悔 阅读(141) 评论(0) 推荐(0) 编辑

2016年4月11日

摘要: 0 1 0 1 注意:本篇文章采用了IOS7的新特性来扫二维码,所以系统支持要IOS7以上,如果要兼容IOS7之前的版本,自行找库来支持。 为了方便,我把扫二维码简单封装到了一个UIView中,用代理的方式返回值 在使用之前,应当为工程添加AVFoundation.framework 最后实现的效果 阅读全文
posted @ 2016-04-11 10:33 Lee无悔 阅读(601) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-11 10:27 Lee无悔 阅读(3) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-11 09:30 Lee无悔 阅读(2) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-11 09:26 Lee无悔 阅读(2) 评论(0) 推荐(0) 编辑