Hey, I just need some advice. Ive nearly completed my first iphone app and ive just got one problem to sort before its done. At the minute ive got a UITableView with images in each cell that are loaded from a server (
see a screenshot here). On wifi it will scroll fine but on 3G it won’t scroll smoothly because it waits until the image is loaded before continuing to scroll. Ive seen in most apps (ebay for example) that it will still scroll even if the images havnt loaded it yet. I was wondering how to achieve that effect? Cheers, Jason.