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

when i open the ElcImagePicker selection is not visible ?. #129

Open
sreeji44 opened this issue May 11, 2016 · 8 comments
Open

when i open the ElcImagePicker selection is not visible ?. #129

sreeji44 opened this issue May 11, 2016 · 8 comments

Comments

@sreeji44
Copy link

when i select the image selection is not visible ?.... i cannot see which image is selected or not?.... what should i do?...

@Slessi
Copy link

Slessi commented May 12, 2016

@sreeji44 I am also experiencing this problem, but for me it is a new problem since CocoaPods 1.0.0 was released. Are you also using CocoaPods 1.0.0 to install? pod --version in terminal

@sreeji44
Copy link
Author

@Slessi actually i am using very lower version..... if you Elcimagepickercontroller library version ?...

@Slessi
Copy link

Slessi commented May 14, 2016

@sreeji44 oh, strange. Not sure why this happened then, it was working for me before...

@sryze
Copy link

sryze commented Jun 27, 2016

I'm having the same problem. I think this may have been caused by changing target iOS version from 7.0 to 8.0. I did that because I needed to update some libraries, and it looks like I'll need to change everything back.

@sryze
Copy link

sryze commented Jun 27, 2016

I managed to fix this by replacing:

overlayImage = [UIImage imageNamed:@"Overlay.png"];

with

NSBundle *bundle = [NSBundle bundleForClass:[self class]];
overlayImage = [UIImage imageNamed:@"Overlay.png" inBundle:bundle compatibleWithTraitCollection:nil]

in ELCAssetCell.m.

@naoki-hada-hsal
Copy link

sryze, thank you very much.

@edward-mtsh
Copy link

Hi @sryze . When are we gonna get an updated version with this change?

@sryze
Copy link

sryze commented Mar 15, 2018

@edward-mtsh I don't know, sorry, I'm not the maintainer/author of this library. I made a PR but it never got merged. There is a lot of other similar libraries, I think this one is pretty much dead.

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

5 participants