MAImagePickerController-of-InstaPDF icon indicating copy to clipboard operation
MAImagePickerController-of-InstaPDF copied to clipboard

iPhone 5 camera Grid doesn't appear

Open brdp opened this issue 10 years ago • 0 comments

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 ;-)

brdp avatar May 16 '14 13:05 brdp