MAImagePickerController-of-InstaPDF
MAImagePickerController-of-InstaPDF copied to clipboard
iPhone 5 camera Grid doesn't appear
Hi, there is a little issue on iPhone 5 working with Images.xcassets catalog. The grid image didn't appear on my iPhone 5.
I modified the file MAImagePickerController.m from:
gridImage = [UIImage imageNamed:@"[email protected]"];
to:
gridImage = [UIImage imageNamed:@"camera-grid-1136"];
And it works. bye
P.S. Thank you for you code Maximilian ;-)