使用UIImagePickerController拍照或者视频选择问题

使用UIImagePickerController拍照或者视频选择问题
cameraUI.mediaTypes = [[NSArray alloc] initWithObjects: (NSString *)  kUTTypeMovie  , nil];
 kUTTypeImage 对应拍照
 kUTTypeMovie  对应摄像
posted @ 2013-11-29 11:56  沙影无痕  阅读(327)  评论(0)    收藏  举报