AsyncImageView icon indicating copy to clipboard operation
AsyncImageView copied to clipboard

AsyncImageView loads only Partial or half image

Open obaidjawad opened this issue 12 years ago • 1 comments

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?

obaidjawad avatar Sep 29 '13 09:09 obaidjawad

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

nicklockwood avatar Jan 03 '14 09:01 nicklockwood