iOS 相册选取视频遇到问题

香蕉嗑瓜子 2018-03-06 01:46:17
iOS 开发过程中,使用xcode 9以上版本开发的工程,在iOS 11 以上选取视频时遇到了如图中的bug
...全文
714 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
香蕉嗑瓜子 2018-03-06
  • 打赏
  • 举报
回复
香蕉嗑瓜子 2018-03-06
  • 打赏
  • 举报
回复
UIImagePickerController* imagepicker = [[UIImagePickerController alloc]init]; imagepicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; NSArray *arrMediaTypes = [[NSArray alloc] initWithObjects:(NSString*) kUTTypeMovie, (NSString*) kUTTypeVideo, nil]; [imagepicker setMediaTypes:arrMediaTypes]; imagepicker.delegate = self; imagepicker.view.backgroundColor = [UIColor whiteColor]; [self presentViewController:imagepicker animated:YES completion:nil];

29,027

社区成员

发帖
与我相关
我的任务
社区描述
主要讨论与iOS相关的软件和技术
社区管理员
  • iOS
  • 大熊猫侯佩
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧