Emil Atanasov

Results 40 comments of Emil Atanasov

Hello @calaforrai ! I can't reproduce this behavior with the leak using the default example project `YPImagePickerExample`. Please, explore it and I hope it would help you understand what creates...

Which branch are you using? Master? I can try tomorrow with a completely new checkout and I'll let you know what I see.

This is a working example: ```swift let picker = YPImagePicker(configuration: config) picker.navigationBar.tintColor = .red

@twinkalH the items in the gallery are sorted by "creationDate" (YPLibraryVC#293). So, the AIRdrop-ed items could have different (much older) creationDate. So, those items are somewhere in the Gallery, but...

All media is sorted by creation date. So the airdropped files are in the collection but at different position. There is no easy way to order those the same way...

I tried a bunch of things without much luck. Can you give it a try with the modificationDate?

@Ludotrico could you record a short video that illustrates this bug?

Hello @Ludotrico, I think that the best solution at the moment is to handle the resource manually once your callback (handler) is invoked. You can trim the asset if you...

Should we provide a default implementation that copies the Instagram behavior and allow to override it? What do you think @s4cha

Hm, which jump do you refer? > As of now, when choosing a thumbnail, it seems like the jumps are quite drastic about 2-3seconds. Could you share a bit more...