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

Incorrect content size in form sheet #17

Open
krypt-lynx opened this issue Mar 29, 2013 · 2 comments
Open

Incorrect content size in form sheet #17

krypt-lynx opened this issue Mar 29, 2013 · 2 comments

Comments

@krypt-lynx
Copy link

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

  • (CGPoint)itemTopLeftPoint

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.

@styrken
Copy link

styrken commented Apr 4, 2013

I got the same problem. Can you post a patch?

@krypt-lynx
Copy link
Author

Sorry, I have not correct solution for this issue.
I solved this like: http://pastebin.com/SFVPrbHk

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