-
Notifications
You must be signed in to change notification settings - Fork 468
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
Comments
@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? |
@Slessi actually i am using very lower version..... if you Elcimagepickercontroller library version ?... |
@sreeji44 oh, strange. Not sure why this happened then, it was working for me before... |
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. |
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. |
sryze, thank you very much. |
Hi @sryze . When are we gonna get an updated version with this change? |
@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. |
when i select the image selection is not visible ?.... i cannot see which image is selected or not?.... what should i do?...
The text was updated successfully, but these errors were encountered: