I'm using a UITableView
to show lots of photos. I created a custom UITableViewCell
, where are 4 UIButton
s. 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