Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong image loaded in the example of ch6 TableViewPerformance #3

Open
luca-bernardi opened this issue Dec 26, 2012 · 2 comments
Open
Assignees

Comments

@luca-bernardi
Copy link

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"];

@MugunthKumar
Copy link
Member

Good catch! Thanks.
The code that you downloaded shouldn't have this problem

On Wednesday, 26 December 2012, Luca Bernardi wrote:

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"];


Reply to this email directly or view it on GitHubhttps://github.com//issues/3.

Regards,

M.Mugunth Kumar
W: http://mugunthkumar.com
B: http://blog.mugunthkumar.com
Singapore

@luca-bernardi
Copy link
Author

Actually this is also in the code of this repository

@ghost ghost assigned MugunthKumar May 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants