hi all,
i try to display UIImage from url in tableview cell but it's not scroll soomthly.
at time to scroll image is not cashed and every time its goes to url to display and scroll is stick some while
[cell setProductImage:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:[dict_productinfo valueForKey:@"productimage"]]]]]
i make custom cell and put imageview on that to display image