Custom UITableViewCell with large UIImageView causing scroll lag
问题 I have a custom UITableViewCell that consists of a UIImageView and a UILabel. The cell is 320x104px and the imageView takes up the whole area with the label in front. There are only 8 cells. in ViewDidLoad I am creating all needed images up front and caching them in a dictionary at the correct dimensions. When I scroll the UITableView there is a noticable lag every time a new cell is encountered. This makes no sense to me as the image it is using is already created and cached. All that I'm