摘要: #import "ViewController.h" #import #import @interface ViewController () @property(nonatomic,weak)UIImageView *image; @property(nonatomic,strong)MPM... 阅读全文
posted @ 2015-07-21 19:57 汤冉阳 阅读(182) 评论(0) 推荐(0) 编辑
摘要: //原理,还是调用UIImagePickerController控制器,设置Type为视频 #import "ViewController.h" #import @interface ViewController () @end @implementation ViewController... 阅读全文
posted @ 2015-07-21 18:40 汤冉阳 阅读(235) 评论(0) 推荐(0) 编辑
摘要: //原理:调用 #import "ViewController.h" @interface ViewController () @property(nonatomic,weak)UIImageView *photoImage; @end @implementation ViewControl... 阅读全文
posted @ 2015-07-21 18:39 汤冉阳 阅读(150) 评论(0) 推荐(0) 编辑