AGImagePickerController
AGImagePickerController copied to clipboard
Incorrect content size in form sheet
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.
I got the same problem. Can you post a patch?
Sorry, I have not correct solution for this issue. I solved this like: http://pastebin.com/SFVPrbHk