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

AsyncImageView loads only Partial or half image #36

Open
obaidjawad opened this issue Sep 29, 2013 · 1 comment
Open

AsyncImageView loads only Partial or half image #36

obaidjawad opened this issue Sep 29, 2013 · 1 comment

Comments

@obaidjawad
Copy link

Why the AsyncImageView loads half image here is the code and its simple may be you have to check it in the library
AsyncImageView *sync_image=[[AsyncImageView alloc]initWithFrame:button1Frame];
sync_image.imageURL=[NSURL URLWithString:Left_image_url];
[cell.contentView addsubview:sync_image];

could you please check this?

@nicklockwood
Copy link
Owner

You probably need to set the contentMode of the imageView to UIViewContentModeScaleToFill or something.

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

2 participants