Open rahulve2020 opened 2 years ago
Could you share some code on how you're presenting it? I'm not seeing that on my end.
BFRImageViewController *imageVC = [[BFRImageViewController alloc] initWithImageSource:@[media_url]]; imageVC.transitioningDelegate = self; [self presentViewController:imageVC animated:YES completion:nil];
The image probably has an EXIF tag that says "this image was taken upside down, rotate it for viewing", while this viewer does not support those tags
Hi, when there are any images uploaded from the photo gallery and try to preview using BFRImageViewController it rotates the image by 180 degrees angle
e