Skip to content

Wrong image loaded in the example of ch6 TableViewPerformance #3

@luca-bernardi

Description

@luca-bernardi

In the chapter 6 example project TableViewPerformance in the method that use the built in cell when you set the image
cell.imageView.image = [UIImage imageNamed:@"ios5"];
should be
cell.imageView.image = [UIImage imageNamed:@"iOS6"];

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions