Wednesday, May 2, 2012

Load lots of large UIImages in UITableView

I'm using a UITableView to show lots of photos. I created a custom UITableViewCell , where are 4 UIButtons. Each button is used to represent an image. At one time it will be visible just 16 buttons (4 cells). There is no problem if i use lightweight images, but when i try to load photos(MB's) performance "suffers" very much. Which is the best way to load large photos/images ?





No comments:

Post a Comment