uiimagepickercontrollermediatype

Why is imagePickerController.mediaTypes = [kUTTypeMovie as String] including Live Photos as Bounce or Loop Effect as Video?

不问归期 提交于 2019-12-11 05:49:34
问题 I'm using the UIImagePicker to pick only videos from my library and I set my media type to: imagePicker.mediaTypes = [kUTTypeMovie as String] I noticed that when the library is presented, even though I expect only videos, if there is a live photo in the library with a Bounce or Loop effect, it shows up also. If I take that same photo and switch it's effect to Live or Long Exposure it will no longer show up in the library. If I switch it back to Bounce or Loop it reappears. I've tried both the