buffer-ios-image-viewer
buffer-ios-image-viewer copied to clipboard
Image Rotate 180 angle
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
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];