Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

iPhone 5 camera Grid doesn't appear #6

Open
brdp opened this issue May 16, 2014 · 0 comments
Open

iPhone 5 camera Grid doesn't appear #6

brdp opened this issue May 16, 2014 · 0 comments

Comments

@brdp
Copy link

brdp commented May 16, 2014

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:@"camera-grid-1136@2x.png"];

to:

gridImage = [UIImage imageNamed:@"camera-grid-1136"];

And it works.
bye

P.S. Thank you for you code Maximilian ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant