Kerim Sahin

Results 1 comments of Kerim Sahin

I fixed this issue with delivery mode option. If you set delivery mode as PHImageRequestOptionsDeliveryModeOpportunistic, memory problem fixes. Example of code: ```Objective-C PHImageRequestOptions *imageRequestOptions = [PHImageRequestOptions new]; imageRequestOptions.synchronous = YES;...