thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 641 forks source link

Annoying flickering when dismissing the view #299

Open spapapan opened 6 years ago

spapapan commented 6 years ago

I am using this code to show an image:

IDMPhoto *photo = [IDMPhoto photoWithImage:image];
IDMPhotoBrowser *browser = [[IDMPhotoBrowser alloc] initWithPhotos:@[photo] animatedFromView:self.view];
[self presentViewController:browser animated:YES completion:nil];

When I exit viewing the image there is an really annoying transition, like flickering. Why this is happening and how can I fix it?