Open Vishnuprasath90 opened 12 years ago
Hi
I have designed an app which uses asyncimage view and icarousel in that.Actually i am seeing an empty view no image in that.
(UIView )carousel:(iCarousel )carousel viewForItemAtIndex:(NSUInteger)index reusingView:(AsyncImageView *)view { if (view == nil) { view = [[[AsyncImageView alloc]initWithFrame:CGRectMake(0, 0, 320, 320)] autorelease];
view.image=[UIImage imageNamed:@"sample.png"]; view.imageURL=[imageURLs objectAtIndex:index];
} return view;
}
Hi
I have designed an app which uses asyncimage view and icarousel in that.Actually i am seeing an empty view no image in that.
(UIView )carousel:(iCarousel )carousel viewForItemAtIndex:(NSUInteger)index reusingView:(AsyncImageView *)view { if (view == nil) { view = [[[AsyncImageView alloc]initWithFrame:CGRectMake(0, 0, 320, 320)] autorelease];
} return view;
}