Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Rotate 180 angle #101

Open
rahulve2020 opened this issue Aug 8, 2022 · 2 comments
Open

Image Rotate 180 angle #101

rahulve2020 opened this issue Aug 8, 2022 · 2 comments

Comments

@rahulve2020
Copy link

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
Screenshot 2022-08-08 at 5 13 38 PM
e

@DreamingInBinary
Copy link
Contributor

Could you share some code on how you're presenting it? I'm not seeing that on my end.

@rahulve2020
Copy link
Author

BFRImageViewController *imageVC = [[BFRImageViewController alloc] initWithImageSource:@[media_url]];
imageVC.transitioningDelegate = self;
[self presentViewController:imageVC animated:YES completion:nil];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants