AsyncImageView
AsyncImageView copied to clipboard
AsyncImageView loads only Partial or half image
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?
You probably need to set the contentMode of the imageView to UIViewContentModeScaleToFill or something.