fulldecent / FDTake

Easily take a photo or video or choose from library
MIT License
319 stars 121 forks source link

Touch box "off" when trying to trim video #109

Closed blurtime closed 6 years ago

blurtime commented 6 years ago

Hi @fulldecent,

I've been using the following lines to enable users to trim their videos:

self.imagePicker.allowsEditing = self.allowsEditing
if self.allowsEditing == true {
    self.imagePicker.videoQuality = UIImagePickerControllerQualityType.typeHigh
    self.imagePicker.videoMaximumDuration = 12.5
}

Since iOS 11, I've been encountering the following issue however: My question regarding this issue on stackoverflow. I checked whether other apps were encountering the same problem (e.g WhatsApp) and they did not. Do you have any idea why this occurs? I would really like to keep using this.

fulldecent commented 6 years ago

Thank you for sharing this issue. I believe this is entirely upstream and out of scope for FDTake, so I will close the issue here.

I've starred your SO issue and will read more there. Please add a FDTake tag there if it is relevant.

If you can create a minimized test case then I think SO will definitely get you an answer. Also, I do know that Apple engineers are VERY active on SO and they will get back to you. But they are on vacation now until the end of the year.

blurtime commented 6 years ago

Ok, I understand. If you want to see what it looks, you can watch a small clip on youtube now. Would really appreciate if you could take a look at it!