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