You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"];
The text was updated successfully, but these errors were encountered:
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.
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"];
The text was updated successfully, but these errors were encountered: