BSImagePickerViewController用于从swift库中选择视频

时间:2016-09-16 05:11:14

标签: ios swift ios9 uiimagepickercontroller ios10

如何使用BSImagePickerViewController从图库中获取视频。我已经用它来从画廊中选择和获取多个图像。但它也可以用于视频。到目前为止,谷歌没有找到任何帮助,已经花了一天时间。请指导。

1 个答案:

答案 0 :(得分:0)

环顾四周,发现了这个 https://github.com/mikaoj/BSImagePicker/issues/65

似乎BSImagePicker现在不支持Video。您可以使用其他库来选择视频和图片:

https://github.com/guillermomuntaner/GMImagePicker

https://github.com/zhangao0086/DKImagePickerController

我之前没有使用它,但希望它可以帮助你。