I\'m loading the images from URL in UITableView. But it\'s very slow when loading an view. Here\'s an example,
UIImage *image = nil; image = [UIImage imageW
maybe you can use asihttprequest to lazy load images. use ASINetworkQueues