你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
搜索问题、话题或人...
输入关键字进行搜索
搜索:
精选文章
开源项目
视频教程
活动
帮助
· · ·
登录
注册
环信_iOS
相册视频文件
调用本地相册的同时 怎么让相册里的视频文件也展示出来
没有找到相关结果
已邀请:
与内容相关的链接
提交
1 个回复
[已注销]
聊天界面
- (void)moreViewPhotoAction:(EaseChatBarMoreView *)moreView
{
// Hide the keyboard
[self.chatToolbar endEditing:YES];
// Pop image picker
self.imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
self.imagePicker.mediaTypes = @[(NSString *)kUTTypeImage,(NSString *)kUTTypeVideo];
[self presentViewController:self.imagePicker animated:YES completion:NULL];
self.isViewDidAppear = NO;
[[EaseSDKHelper shareHelper] setIsShowingimagePicker:YES];
}
自己添加设置
要回复问题请先
登录
或
注册
发起人
@柠檬不太酸
相关问题
登录失败什么原因
问题状态
最新活动:
2017-03-22 17:47
浏览:
1968
关注:
2
人
1 个回复
[已注销]
- (void)moreViewPhotoAction:(EaseChatBarMoreView *)moreView
{
// Hide the keyboard
[self.chatToolbar endEditing:YES];
// Pop image picker
self.imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
self.imagePicker.mediaTypes = @[(NSString *)kUTTypeImage,(NSString *)kUTTypeVideo];
[self presentViewController:self.imagePicker animated:YES completion:NULL];
self.isViewDidAppear = NO;
[[EaseSDKHelper shareHelper] setIsShowingimagePicker:YES];
}
自己添加设置