We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Then I trying show picker in form sheet (UIModalPresentationCurrentContext in my case) images preview controller has incorrect content bounds
Part of the issue in AGImagePickerController+Helper.m
First 6 lines need to replace with CGRect bounds = [self.view bounds]; width = bounds.size.width;
But number of items in row still incorrect, because it's hardcoded. May be, I fix this issue later.
The text was updated successfully, but these errors were encountered:
I got the same problem. Can you post a patch?
Sorry, something went wrong.
Sorry, I have not correct solution for this issue. I solved this like: http://pastebin.com/SFVPrbHk
No branches or pull requests
Then I trying show picker in form sheet (UIModalPresentationCurrentContext in my case) images preview controller has incorrect content bounds
Part of the issue in
AGImagePickerController+Helper.m
First 6 lines need to replace with
CGRect bounds = [self.view bounds];
width = bounds.size.width;
But number of items in row still incorrect, because it's hardcoded.
May be, I fix this issue later.
The text was updated successfully, but these errors were encountered: